mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-25 15:18:23 +00:00
Update mouse cursor immediately after we change it to native mouse cursor
This commit is contained in:
parent
b17a09344d
commit
a9cea5ab42
@ -189,6 +189,7 @@ void update_cursor_overlay()
|
|||||||
void set_use_native_cursors(bool state)
|
void set_use_native_cursors(bool state)
|
||||||
{
|
{
|
||||||
use_native_mouse_cursor = state;
|
use_native_mouse_cursor = state;
|
||||||
|
update_mouse_cursor();
|
||||||
}
|
}
|
||||||
|
|
||||||
CursorType get_mouse_cursor()
|
CursorType get_mouse_cursor()
|
||||||
|
Loading…
Reference in New Issue
Block a user