diff options
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r-- | src/Toolbar.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index de19d1d..89ba9cf 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -369,10 +369,7 @@ void Toolbar::lower() { | |||
369 | } | 369 | } |
370 | 370 | ||
371 | void Toolbar::reconfigure() { | 371 | void Toolbar::reconfigure() { |
372 | // wait until after windows are drawn to show toolbar at startup | 372 | updateVisibleState(); |
373 | // otherwise, it looks ugly | ||
374 | if (!Fluxbox::instance()->isStartup()) | ||
375 | updateVisibleState(); | ||
376 | 373 | ||
377 | if (!doAutoHide() && isHidden()) | 374 | if (!doAutoHide() && isHidden()) |
378 | toggleHidden(); | 375 | toggleHidden(); |