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