mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Merge branch 'macos-fix-popups' into 'main'
macos: Fix popup event handling Closes #5528 See merge request GNOME/gtk!5436
This commit is contained in:
commit
869f07521c
@ -769,7 +769,7 @@ fill_event (GdkMacosDisplay *self,
|
||||
{
|
||||
ret = GDK_MACOS_EVENT_DROP;
|
||||
}
|
||||
else if (grab == NULL)
|
||||
else if (grab == NULL || grab->owner_events)
|
||||
{
|
||||
if (event_type == NSEventTypeMouseExited)
|
||||
[[NSCursor arrowCursor] set];
|
||||
|
Loading…
Reference in New Issue
Block a user