]> git.saurik.com Git - wxWidgets.git/commitdiff
use GDK_SIZING instead of GDK_FLEUR which looks more like the cursor used for moving...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Nov 2007 17:11:12 +0000 (17:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Nov 2007 17:11:12 +0000 (17:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/cursor.cpp

index b8d86c20370667a7e555270098927c682a7cc79e..265b98cd3b6f8266afc66e914a18d6c7ab71eaf0 100644 (file)
@@ -87,7 +87,7 @@ wxCursor::wxCursor( int cursorId )
         case wxCURSOR_ARROWWAIT:
         case wxCURSOR_WAIT:
         case wxCURSOR_WATCH:            gdk_cur = GDK_WATCH; break;
-        case wxCURSOR_SIZING:           gdk_cur = GDK_FLEUR; break;
+        case wxCURSOR_SIZING:           gdk_cur = GDK_SIZING; break;
         case wxCURSOR_SPRAYCAN:         gdk_cur = GDK_SPRAYCAN; break;
         case wxCURSOR_IBEAM:            gdk_cur = GDK_XTERM; break;
         case wxCURSOR_PENCIL:           gdk_cur = GDK_PENCIL; break;