window: adhere to window rules in checkWorkspacePosition
BUG: 489117
This commit is contained in:
parent
6f2cab89d9
commit
8314cdf89d
1 changed files with 1 additions and 1 deletions
|
@ -3915,7 +3915,7 @@ void Window::checkWorkspacePosition(QRectF oldGeometry, const VirtualDesktop *ol
|
||||||
newGeom.setSize(constrainFrameSize(newGeom.size()));
|
newGeom.setSize(constrainFrameSize(newGeom.size()));
|
||||||
}
|
}
|
||||||
|
|
||||||
moveResize(newGeom);
|
moveResize(m_rules.checkGeometry(newGeom));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Window::checkOffscreenPosition(QRectF *geom, const QRectF &screenArea)
|
void Window::checkOffscreenPosition(QRectF *geom, const QRectF &screenArea)
|
||||||
|
|
Loading…
Reference in a new issue