diff --git a/src/window.cpp b/src/window.cpp index d09338f7eb..7cb59881eb 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -1257,7 +1257,6 @@ bool Window::startInteractiveMoveResize() void Window::finishInteractiveMoveResize(bool cancel) { const bool wasMove = isInteractiveMove(); - GeometryUpdatesBlocker blocker(this); leaveInteractiveMoveResize(); doFinishInteractiveMoveResize(); @@ -3469,8 +3468,6 @@ void Window::setQuickTileMode(QuickTileMode mode, bool keyboard) workspace()->updateFocusMousePosition(Cursors::self()->mouse()->pos()); // may cause leave event - GeometryUpdatesBlocker blocker(this); - const QuickTileMode oldMode = requestedQuickTileMode(); QPointF whichScreen = keyboard ? moveResizeGeometry().center() : Cursors::self()->mouse()->pos();