diff --git a/src/ui/system.cpp b/src/ui/system.cpp index 820c4e518..fb2b4ce75 100644 --- a/src/ui/system.cpp +++ b/src/ui/system.cpp @@ -189,6 +189,7 @@ void update_cursor_overlay() void set_use_native_cursors(bool state) { use_native_mouse_cursor = state; + update_mouse_cursor(); } CursorType get_mouse_cursor()