Skip to content

Commit

Permalink
Fix vanishing top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Sep 24, 2017
1 parent fe1791c commit fad938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/godmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1770,9 +1770,9 @@ u32 GodMode(bool is_b9s) {
curr_entry->marked = mark_next;
mark_next = -2;
}
DrawTopBar(current_path);
DrawDirContents(current_dir, cursor, &scroll);
DrawUserInterface(current_path, curr_entry, clipboard, N_PANES ? pane - panedata + 1 : 0);
DrawTopBar(current_path);

// check write permissions
if (~last_write_perm & GetWritePermissions()) {
Expand Down

0 comments on commit fad938b

Please sign in to comment.