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:
parent
f176c10881
commit
d4e9bb7656
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue