aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-07-24 14:40:03 (GMT)
committerThomas Lübking <thomas.luebking@gmail.com>2016-08-26 22:37:52 (GMT)
commitd4e9bb7656ee95eeb796f26671037d4ccf64372a (patch)
treec7e19b7632ac1e5256fdbe9d0f4f4e7313c67038 /src
parentf176c108819be611371cf740663dec4f6352c8e8 (diff)
downloadfluxbox-d4e9bb7656ee95eeb796f26671037d4ccf64372a.zip
fluxbox-d4e9bb7656ee95eeb796f26671037d4ccf64372a.tar.bz2
emit resize signal when altering the iconbar mode
Otherwise the iconbar would be capped when showing more (eg. all instead of iconified) windows
Diffstat (limited to 'src')
-rw-r--r--src/IconbarTool.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc
index 4e2114d..d940b1d 100644
--- a/src/IconbarTool.cc
+++ b/src/IconbarTool.cc
@@ -352,6 +352,8 @@ void IconbarTool::setMode(string mode) {
352 } 352 }
353 reset(); 353 reset();
354 354
355 resizeSig().emit();
356
355 // unlock graphics update 357 // unlock graphics update
356 m_icon_container.setUpdateLock(false); 358 m_icon_container.setUpdateLock(false);
357 m_icon_container.update(); 359 m_icon_container.update();