testgtk: Set initial cursor

Arrange for the entry and the cursor area to both start out
with the arrow cursor.
This commit is contained in:
Matthias Clasen 2015-04-05 19:10:39 -04:00
parent e77b2832aa
commit a6c7889cb6

View File

@ -5184,7 +5184,7 @@ create_cursors (GtkWidget *widget)
gtk_widget_show_all (window);
set_cursor_from_name (entry, darea);
gtk_entry_set_text (GTK_ENTRY (entry), "arrow");
}
else
gtk_widget_destroy (window);