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:
Christian Hergert 2023-02-17 16:02:16 -08:00
parent f5935b38cf
commit 8ed9c7eedc

View File

@ -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 *