diff options
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -815,7 +815,7 @@ void UI::set_location(const char *str) */ void UI::focus_location() { - if (Panelmode == UI_HIDDEN) { + if (Panelmode == UI_HIDDEN) { panels_toggle(); temporaryPanels(true); } |