Merge branch 'Plasma/5.17'
This commit is contained in:
commit
3f019800b9
1 changed files with 1 additions and 1 deletions
|
@ -2621,7 +2621,7 @@ void AbstractClient::finishMoveResize(bool cancel)
|
||||||
const bool restoreV = maximizeMode() == MaximizeVertical &&
|
const bool restoreV = maximizeMode() == MaximizeVertical &&
|
||||||
moveResizeGeom.height() != initialMoveResizeGeometry().height();
|
moveResizeGeom.height() != initialMoveResizeGeometry().height();
|
||||||
if (restoreH || restoreV) {
|
if (restoreH || restoreV) {
|
||||||
changeMaximize(restoreV, restoreH, false);
|
changeMaximize(restoreH, restoreV, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setFrameGeometry(moveResizeGeom);
|
setFrameGeometry(moveResizeGeom);
|
||||||
|
|
Loading…
Reference in a new issue