use GDK_SIZING instead of GDK_FLEUR which looks more like the cursor used for moving than for sizing (replaces patch 1830348)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user