From 41f35632d29706a13f793c2635fe646bbe856816 Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Sun, 15 Jun 2003 07:28:38 +0000 Subject: [PATCH] HEAD version of my kwin_iii patch that I just committed. This fixes the mouse cursor when the window is moving. -clee svn path=/trunk/kdebase/kwin/; revision=231503 --- client.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index 9e09725473..0e55a7fbda 100644 --- a/client.cpp +++ b/client.cpp @@ -2883,7 +2883,8 @@ bool Client::performMouseCommand( Options::MouseCommand command, QPoint globalPo buttonDown = TRUE; moveOffset = mapFromGlobal( globalPos ); invertedMoveOffset = rect().bottomRight() - moveOffset; - setMouseCursor( mode ); + // setMouseCursor( mode ); + setCursor(sizeAllCursor); startMoveResize(); break; case Options::MouseResize: {