Skip to content

Commit 1149ddd

Browse files
author
Stephan Dilly
committed
fix popup draw order (followup to 594a1a9)
1 parent 5304303 commit 1149ddd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/app.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -417,22 +417,22 @@ impl App {
417417
self,
418418
[
419419
commit,
420-
help,
421-
reset,
422-
msg,
423420
stashmsg_popup,
421+
help,
424422
inspect_commit_popup,
425423
blame_file_popup,
426424
external_editor_popup,
427425
tag_commit_popup,
426+
select_branch_popup,
427+
tags_popup,
428428
create_branch_popup,
429+
rename_branch_popup,
430+
revision_files_popup,
429431
push_popup,
430432
push_tags_popup,
431433
pull_popup,
432-
select_branch_popup,
433-
tags_popup,
434-
rename_branch_popup,
435-
revision_files_popup
434+
reset,
435+
msg
436436
]
437437
);
438438

0 commit comments

Comments
 (0)