emit resize signal when altering the iconbar mode

Otherwise the iconbar would be capped when showing more (eg. all instead
of iconified) windows
This commit is contained in:
Thomas Lübking 2016-07-24 16:40:03 +02:00
parent f176c10881
commit d4e9bb7656

View file

@ -352,6 +352,8 @@ void IconbarTool::setMode(string mode) {
} }
reset(); reset();
resizeSig().emit();
// unlock graphics update // unlock graphics update
m_icon_container.setUpdateLock(false); m_icon_container.setUpdateLock(false);
m_icon_container.update(); m_icon_container.update();