unmaximize from partial to enter quick tiling
BUG: 345423 FIXED-IN: 5.3
This commit is contained in:
parent
262da1b7c9
commit
08b7b4818b
1 changed files with 1 additions and 1 deletions
|
@ -3133,7 +3133,7 @@ void Client::setQuickTileMode(QuickTileMode mode, bool keyboard)
|
||||||
setElectricBorderMode(mode); // used by ::electricBorderMaximizeGeometry(.)
|
setElectricBorderMode(mode); // used by ::electricBorderMaximizeGeometry(.)
|
||||||
|
|
||||||
// restore from maximized so that it is possible to tile maximized windows with one hit or by dragging
|
// restore from maximized so that it is possible to tile maximized windows with one hit or by dragging
|
||||||
if (maximizeMode() == MaximizeFull) {
|
if (maximizeMode() != MaximizeRestore) {
|
||||||
|
|
||||||
TabSynchronizer syncer(this, TabGroup::QuickTile|TabGroup::Geometry|TabGroup::Maximized);
|
TabSynchronizer syncer(this, TabGroup::QuickTile|TabGroup::Geometry|TabGroup::Maximized);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue