all repos — fluxbox @ 45ea259ddd14e501c1b069f2c23cb93f2052be7d

custom fork of the fluxbox windowmanager

fix label transparent bg update with ext. tabs
simonb simonb
commit

45ea259ddd14e501c1b069f2c23cb93f2052be7d

parent

e337c67566ab8dd722ac2e93edeb10098ab60154

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

jump to
M ChangeLogChangeLog

@@ -1,5 +1,8 @@

(Format: Year/Month/Day) Changes for 0.9.16: +*06/04/09: + * Fix label background update with external tabs (Simon) + FbWinFrame.cc *06/04/06: * Fix build on amd64 - some more size_t propagation and includes (Simon)
M src/FbWinFrame.ccsrc/FbWinFrame.cc

@@ -436,7 +436,7 @@ m_tab_container.for_each(mem_fun(&FbTk::Button::parentMoved));

} if (m_use_titlebar) { - if (m_tabmode == INTERNAL) + if (m_tabmode != INTERNAL) m_label.parentMoved(); m_titlebar.parentMoved();