X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/769a9cb2b8cca8e098a43fab7793cfbb5e987374..acf4d8587a07e4750fd6217c5a371f1d58194d89:/src/stc/PlatWX.cpp diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index dda64f77b2..52a351218a 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -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;