diff --git a/src/osdep/gui/main_window.cpp b/src/osdep/gui/main_window.cpp index 1cf78151..9ceec204 100644 --- a/src/osdep/gui/main_window.cpp +++ b/src/osdep/gui/main_window.cpp @@ -295,6 +295,9 @@ namespace sdl #elif USE_SDL2 #ifndef TINKER setup_cursor(); +#else + cursor = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_ARROW); + SDL_SetCursor(cursor); #endif // make the scaled rendering look smoother (linear scaling).