aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r--src/IconbarTool.cc7
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
576IconButton *IconbarTool::findButton(FluxboxWindow &win) { 581IconButton *IconbarTool::findButton(FluxboxWindow &win) {