mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 18:00:26 +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;
|
break;
|
||||||
|
|
||||||
/* without capture */
|
/* without capture */
|
||||||
if (!jwidget_has_capture (widget)) {
|
if (!jwidget_has_capture(widget)) {
|
||||||
if (!jmanager_get_capture())
|
if (!jmanager_get_capture())
|
||||||
return setup_cursor(widget, msg->mouse.x, msg->mouse.y) != WINDOW_NONE;
|
return setup_cursor(widget, msg->mouse.x, msg->mouse.y) != WINDOW_NONE;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user