mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
lib: dont set initial cursor to none
Honestly, Qemu *probably* should be calling into us with the cursor after we connect to get this right, but it doesn't which leaves the user with a bit of an issue if there is no active cursor.
This commit is contained in:
parent
f5935b38cf
commit
8ed9c7eedc
@ -684,7 +684,6 @@ mks_display_picture_init (MksDisplayPicture *self)
|
||||
G_CONNECT_SWAPPED);
|
||||
|
||||
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