forked from AuroraMiddleware/gtk
Disable resize grip on spin button test
Otherwise, the resize grip obscures the decrement button causing the test to fail.
This commit is contained in:
parent
c143105ae9
commit
d7c3d378eb
@ -190,6 +190,8 @@ test_spin_button_arrows (void)
|
||||
gboolean simsuccess;
|
||||
double oldval, newval;
|
||||
|
||||
gtk_window_set_has_resize_grip (GTK_WINDOW (window), FALSE);
|
||||
|
||||
child = gtk_bin_get_child (GTK_BIN (window));
|
||||
gtk_container_add (GTK_CONTAINER (child), spinner);
|
||||
gtk_widget_show (spinner);
|
||||
|
Loading…
Reference in New Issue
Block a user