maximizing a shaded window should unshade it before .. the user WANTS to see
it. closed #1082671
This commit is contained in:
parent
910215d0a5
commit
916781f10f
1 changed files with 3 additions and 0 deletions
|
@ -1443,6 +1443,9 @@ void FluxboxWindow::maximize(int type) {
|
||||||
if (isIconic())
|
if (isIconic())
|
||||||
deiconify();
|
deiconify();
|
||||||
|
|
||||||
|
if (isShaded())
|
||||||
|
shade();
|
||||||
|
|
||||||
int head = screen().getHead(frame().window());
|
int head = screen().getHead(frame().window());
|
||||||
int new_x = frame().x(),
|
int new_x = frame().x(),
|
||||||
new_y = frame().y(),
|
new_y = frame().y(),
|
||||||
|
|
Loading…
Reference in a new issue