fix popup draw order (followup to 594a1a9)

This commit is contained in:
Stephan Dilly 2021-05-27 23:20:57 +02:00
parent 5304303aa6
commit 1149ddddd3

View file

@ -417,22 +417,22 @@ impl App {
self,
[
commit,
help,
reset,
msg,
stashmsg_popup,
help,
inspect_commit_popup,
blame_file_popup,
external_editor_popup,
tag_commit_popup,
select_branch_popup,
tags_popup,
create_branch_popup,
rename_branch_popup,
revision_files_popup,
push_popup,
push_tags_popup,
pull_popup,
select_branch_popup,
tags_popup,
rename_branch_popup,
revision_files_popup
reset,
msg
]
);