diff options
-rw-r--r-- | src/IconbarTool.cc | 2 |
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(); |