mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
Merge branch 'wip/show-tablet-cursor' into 'main'
gdk/wayland: reset cursor_is_default on proximity out Closes #6312 See merge request GNOME/gtk!6720
This commit is contained in:
commit
7537d80047
@ -2859,6 +2859,7 @@ tablet_tool_handle_proximity_out (void *data,
|
|||||||
|
|
||||||
gdk_device_update_tool (tablet->stylus_device, NULL);
|
gdk_device_update_tool (tablet->stylus_device, NULL);
|
||||||
g_clear_object (&tablet->pointer_info.cursor);
|
g_clear_object (&tablet->pointer_info.cursor);
|
||||||
|
tablet->pointer_info.cursor_is_default = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static double *
|
static double *
|
||||||
|
Loading…
Reference in New Issue
Block a user