From d4e9bb7656ee95eeb796f26671037d4ccf64372a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Sun, 24 Jul 2016 16:40:03 +0200 Subject: emit resize signal when altering the iconbar mode Otherwise the iconbar would be capped when showing more (eg. all instead of iconified) windows --- src/IconbarTool.cc | 2 ++ 1 file changed, 2 insertions(+) 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) { } reset(); + resizeSig().emit(); + // unlock graphics update m_icon_container.setUpdateLock(false); m_icon_container.update(); -- cgit v0.11.2