unmaximize from partial to enter quick tiling

BUG: 345423
FIXED-IN: 5.3
This commit is contained in:
Thomas Lübking 2015-03-22 16:02:52 +01:00
parent 262da1b7c9
commit 08b7b4818b

View file

@ -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);