mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
lib: remove "none" initial cursor
We don't always get a cursor from the peer at startup. So ignore it until we get a cursor delivered.
This commit is contained in:
parent
7d7ccea630
commit
a57f55e24c
@ -773,7 +773,6 @@ 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