diff options
author | markt <markt> | 2007-01-07 18:38:03 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-07 18:38:03 (GMT) |
commit | a53dabd36a1922fd2ce1371596690700e34d03f9 (patch) | |
tree | b0d90de3c6cd2cf6879f554582788e7ae4779d64 /src | |
parent | a1b78a1e6dc226cb72468ba4f49588351ad449c6 (diff) | |
download | fluxbox-a53dabd36a1922fd2ce1371596690700e34d03f9.zip fluxbox-a53dabd36a1922fd2ce1371596690700e34d03f9.tar.bz2 |
fix little bug with iconbar rendering
Diffstat (limited to 'src')
-rw-r--r-- | src/IconbarTool.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index 2203f94..86d7f51 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc | |||
@@ -570,7 +570,12 @@ void IconbarTool::update(FbTk::Subject *subj) { | |||
570 | 570 | ||
571 | // another renderTheme we hopefully shouldn't need? These renders | 571 | // another renderTheme we hopefully shouldn't need? These renders |
572 | // should be done individually above | 572 | // should be done individually above |
573 | // renderTheme(); | 573 | |
574 | // nope, we still need it (or at least I'm not bothering to fix it yet) | ||
575 | // a new IconButton doesn't get resized properly until the | ||
576 | // m_icon_container.update() above; then, it never runs drawText() again, | ||
577 | // so text can end up behind program icons | ||
578 | renderTheme(); | ||
574 | } | 579 | } |
575 | 580 | ||
576 | IconButton *IconbarTool::findButton(FluxboxWindow &win) { | 581 | IconButton *IconbarTool::findButton(FluxboxWindow &win) { |