all repos — fluxbox @ d4e9bb7656ee95eeb796f26671037d4ccf64372a

custom fork of the fluxbox windowmanager

emit resize signal when altering the iconbar mode

Otherwise the iconbar would be capped when showing more (eg. all instead
of iconified) windows
Thomas Lübking thomas.luebking@gmail.com
commit

d4e9bb7656ee95eeb796f26671037d4ccf64372a

parent

f176c108819be611371cf740663dec4f6352c8e8

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/IconbarTool.ccsrc/IconbarTool.cc

@@ -352,6 +352,8 @@ ));

} reset(); + resizeSig().emit(); + // unlock graphics update m_icon_container.setUpdateLock(false); m_icon_container.update();