diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-05-02 21:40:00 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-05-02 21:40:00 +0200 |
commit | 79e91032687ed43a5a1cd3ce4438491a3423a49a (patch) | |
tree | 2e728cb98d9fdc9a0bd58492584471786814f409 /src/ui.cc | |
parent | 761e47f55d9caffcdc1381293f6b26356601b5ed (diff) | |
parent | b0a08db34316bdc37dd6e8fc8c8cd9920463913d (diff) |
merge
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -997,8 +997,10 @@ void UI::customize(int flags) Search->hide(); if ( !prefs.show_help ) Help->hide(); -// if ( !prefs.show_progress_box ) -// ProgBox->hide(); + if ( !prefs.show_progress_box ) { + IProg->hide(); + PProg->hide(); + } if (NavBar) NavBar->rearrange(); |