Properly update move resize output when the move resize geometry changes

setMoveResizeGeometry() should be used so the preferred buffer scale and
transform are updated.
wilder/Plasma/6.2
Vlad Zahorodnii 2 years ago
parent e678ebef29
commit cc031839db
  1. 2
      src/window.cpp

@ -3310,7 +3310,7 @@ QRectF Window::moveResizeGeometry() const
void Window::setMoveResizeGeometry(const QRectF &geo)
{
m_moveResizeGeometry = geo;
m_moveResizeOutput = workspace()->outputAt(geo.center());
setMoveResizeOutput(workspace()->outputAt(geo.center()));
}
Output *Window::moveResizeOutput() const

Loading…
Cancel
Save