diff --git a/geometry.cpp b/geometry.cpp index 03bb9d623a..89de7b968a 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -2006,8 +2006,8 @@ void Client::setGeometry(int x, int y, int w, int h, ForceGeometry_t force) if (resized) { if (oldClientSize != QSize(w,h)) discardWindowPixmap(); - emit geometryShapeChanged(this, geometryBeforeUpdateBlocking()); } + emit geometryShapeChanged(this, geometryBeforeUpdateBlocking()); addRepaintDuringGeometryUpdates(); updateGeometryBeforeUpdateBlocking();