mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Fix regression: problems in the preferences and theme selection
The mouse cursor dissapears when "Apply" button is pressed or when a new window appers.
This commit is contained in:
parent
0396e80fce
commit
734d3bace6
@ -249,7 +249,6 @@ UISystem::~UISystem()
|
||||
void _internal_set_mouse_display(Display* display)
|
||||
{
|
||||
CursorType cursor = get_mouse_cursor();
|
||||
set_mouse_cursor(kNoCursor);
|
||||
mouse_display = display;
|
||||
if (display)
|
||||
set_mouse_cursor(cursor); // Restore mouse cursor
|
||||
|
Loading…
Reference in New Issue
Block a user