From ef93ebecf53b7b7badec39423616c05427602c01 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Wed, 24 Jan 2018 00:57:43 +0100 Subject: [PATCH] Added default cursor for Tinker target --- src/osdep/gui/main_window.cpp | 3 +++ 1 file changed, 3 insertions(+) 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).