properly reset quick_tile_mode on MaxRestore
BUG: 329864 FIXED-IN: 4.11.6
This commit is contained in:
parent
2ee0f27d43
commit
9de60604c0
1 changed files with 1 additions and 0 deletions
|
@ -2347,6 +2347,7 @@ void Client::changeMaximize(bool vertical, bool horizontal, bool adjust)
|
|||
if (!clientArea.contains(geom_restore.center())) // Not restoring to the same screen
|
||||
Placement::self()->place(this, clientArea);
|
||||
info->setState(0, NET::Max);
|
||||
quick_tile_mode = QuickTileNone;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue