]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/PlatWX.cpp
make it possible to have empty lines in wxListCtrl
[wxWidgets.git] / src / stc / PlatWX.cpp
index dda64f77b22c786aa979b04956232e4025d4e94f..52a351218a568c0285e1dbe01edfa7b50deba0c6 100644 (file)
@@ -437,7 +437,7 @@ void Window::SetCursor(Cursor curs) {
         cursorId = wxCURSOR_SIZENS;
         break;
     case cursorReverseArrow:
-        cursorId = wxCURSOR_POINT_RIGHT;
+        cursorId = wxCURSOR_RIGHT_ARROW;
         break;
     default:
         cursorId = wxCURSOR_ARROW;