mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
lib: set "none" for cursor in display
We have a remote cursor to deal with.
This commit is contained in:
parent
3d89b77ed2
commit
8dd08014b1
@ -725,6 +725,7 @@ mks_display_init (MksDisplay *self)
|
||||
gtk_widget_add_controller (GTK_WIDGET (self), controller);
|
||||
|
||||
gtk_widget_set_focusable (GTK_WIDGET (self), TRUE);
|
||||
gtk_widget_set_cursor_from_name (GTK_WIDGET (self), "none");
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
|
Loading…
Reference in New Issue
Block a user