Skip to content

Commit

Permalink
emit resize signal when altering the iconbar mode
Browse files Browse the repository at this point in the history
Otherwise the iconbar would be capped when showing more (eg. all instead
of iconified) windows
  • Loading branch information
luebking committed Aug 26, 2016
1 parent f176c10 commit d4e9bb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/IconbarTool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ void IconbarTool::setMode(string mode) {
}
reset();
resizeSig().emit();
// unlock graphics update
m_icon_container.setUpdateLock(false);
m_icon_container.update();
Expand Down

0 comments on commit d4e9bb7

Please sign in to comment.