diff --git a/tiling.cpp b/tiling.cpp index 4abce34b90..4001b2e16a 100644 --- a/tiling.cpp +++ b/tiling.cpp @@ -175,7 +175,6 @@ void Workspace::notifyTilingWindowMove( Client *c, const QRect &moveResizeGeom, { if( tilingLayouts.value( c->desktop() ) == NULL ) { - c->setGeometry( moveResizeGeom ); return; } tilingLayouts[ c->desktop() ]->clientMoved( c, moveResizeGeom, orig );