mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
macos: Fix input source popup placement in popovers
This commit is contained in:
parent
aca11d6879
commit
0211299846
@ -318,7 +318,7 @@ quartz_set_cursor_location (GtkIMContext *context, GdkRectangle *area)
|
||||
if (!qc->focused)
|
||||
return;
|
||||
|
||||
surface_widget = GTK_WIDGET (gdk_surface_get_widget (qc->client_surface));
|
||||
surface_widget = GTK_WIDGET (gtk_widget_get_native (qc->client_widget));
|
||||
|
||||
if (!surface_widget)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user