all repos — fluxbox @ 06c647d220fff7570706be430adcbc913d0dffa9

custom fork of the fluxbox windowmanager

fixed a bug that made the tabs not to follow when shading
pekdon pekdon
commit

06c647d220fff7570706be430adcbc913d0dffa9

parent

d5eac398fc1930852e8e55c8d47a9d12e08e930b

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

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

@@ -177,9 +177,10 @@

switch (item->function()) { case BScreen::WindowShade: hide(); - if (window->getTab()) + + window->shade(); + if (window->hasTab()) window->getTab()->shade(); - window->shade(); break; case BScreen::WindowIconify: