all repos — fluxbox @ 916781f10f0269690781a9431f835c6ab28c4e8b

custom fork of the fluxbox windowmanager

maximizing a shaded window should unshade it before .. the user WANTS to see
it.

closed #1082671
mathias mathias
commit

916781f10f0269690781a9431f835c6ab28c4e8b

parent

910215d0a5f409363a5e4152eb6b31896e18a65d

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

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

@@ -1443,6 +1443,9 @@ void FluxboxWindow::maximize(int type) {

if (isIconic()) deiconify(); + if (isShaded()) + shade(); + int head = screen().getHead(frame().window()); int new_x = frame().x(), new_y = frame().y(),