forked from AuroraMiddleware/gtk
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:
parent
e77b2832aa
commit
a6c7889cb6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user