mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 18:20:44 +00:00
This commit is contained in:
parent
1a1ace16b1
commit
74686e9bb6
@ -366,7 +366,7 @@ static bool window_msg_proc(JWidget widget, JMessage msg)
|
||||
break;
|
||||
|
||||
/* without capture */
|
||||
if (!jwidget_has_capture (widget)) {
|
||||
if (!jwidget_has_capture(widget)) {
|
||||
if (!jmanager_get_capture())
|
||||
return setup_cursor(widget, msg->mouse.x, msg->mouse.y) != WINDOW_NONE;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user