mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
a11y testsuite: Stop using gtk_widget_show_now
On non-windows, this doesn't do anything anyway.
This commit is contained in:
parent
b726f60f90
commit
4ad658f91e
@ -109,7 +109,7 @@ do_action (GtkBuilder *builder, const gchar *action, GString *string)
|
||||
GObject *o;
|
||||
|
||||
o = gtk_builder_get_object (builder, parts[1]);
|
||||
gtk_widget_show_now (GTK_WIDGET (o));
|
||||
gtk_widget_show (GTK_WIDGET (o));
|
||||
}
|
||||
else if (strcmp (parts[0], "focus") == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user