diff options
author | fluxgen <fluxgen> | 2004-07-14 23:39:29 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-07-14 23:39:29 (GMT) |
commit | b78255fa1a8040b9948f3749764f5dd03b5f54c8 (patch) | |
tree | 53b9d4e7e3932fa9802dc27f546923f0a1e4f4d5 /src/Toolbar.cc | |
parent | 7391de5e967263d059602d539ad10902388c7e58 (diff) | |
download | fluxbox-b78255fa1a8040b9948f3749764f5dd03b5f54c8.zip fluxbox-b78255fa1a8040b9948f3749764f5dd03b5f54c8.tar.bz2 |
fixed toolbar draw bug at startup
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r-- | src/Toolbar.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 2a39ec0..caa3eca 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Toolbar.cc,v 1.146 2004/06/21 15:23:42 rathnor Exp $ | 25 | // $Id: Toolbar.cc,v 1.147 2004/07/14 23:39:29 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Toolbar.hh" | 27 | #include "Toolbar.hh" |
28 | 28 | ||
@@ -260,7 +260,7 @@ Toolbar::Toolbar(BScreen &scrn, FbTk::XLayer &layer, size_t width): | |||
260 | 260 | ||
261 | // show all windows | 261 | // show all windows |
262 | frame.window.showSubwindows(); | 262 | frame.window.showSubwindows(); |
263 | frame.window.show(); | 263 | // frame.window.show(); |
264 | 264 | ||
265 | scrn.resourceManager().unlock(); | 265 | scrn.resourceManager().unlock(); |
266 | // setup to listen to child events | 266 | // setup to listen to child events |
@@ -351,7 +351,7 @@ void Toolbar::lower() { | |||
351 | } | 351 | } |
352 | 352 | ||
353 | void Toolbar::reconfigure() { | 353 | void Toolbar::reconfigure() { |
354 | updateVisibleState(); | 354 | // updateVisibleState(); |
355 | 355 | ||
356 | if (!doAutoHide() && isHidden()) | 356 | if (!doAutoHide() && isHidden()) |
357 | toggleHidden(); | 357 | toggleHidden(); |