From 0b012b18f3424f651775d08776b940e228ceaf7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 19 Apr 2004 14:55:29 +0000 Subject: [PATCH] Show sizeAllCursor also when moving a shaded window. svn path=/trunk/kdebase/kwin/; revision=304932 --- client.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client.cpp b/client.cpp index 8b0b477dfc..12cbd7483d 100644 --- a/client.cpp +++ b/client.cpp @@ -1603,8 +1603,7 @@ void Client::setCursor( Position m ) { if ( !isResizable() || isShade() || noBorder()) { - setCursor( arrowCursor ); - return; + m = PositionCenter; } switch ( m ) {