maximizing a shaded window should unshade it before .. the user WANTS to see it. closed #1082671
mathias mathias
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
src/Window.cc
→
src/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(),