forked from AuroraMiddleware/gtk
testsuite/notify: Don't fiddle with GtkWidget::visible
It may map toplevel windows with arbitrary modes, which will effect other properties, such as GtkWindow::maximized and GtkWindow::fullscreen.
This commit is contained in:
parent
fea1b151e6
commit
130ff5f841
@ -524,7 +524,8 @@ test_type (gconstpointer data)
|
||||
g_str_equal (pspec->name, "has-default") ||
|
||||
g_str_equal (pspec->name, "is-focus") ||
|
||||
g_str_equal (pspec->name, "hexpand") ||
|
||||
g_str_equal (pspec->name, "vexpand")))
|
||||
g_str_equal (pspec->name, "vexpand") ||
|
||||
g_str_equal (pspec->name, "visible")))
|
||||
continue;
|
||||
|
||||
if (g_type_is_a (type, GTK_TYPE_ACCESSIBLE) &&
|
||||
|
Loading…
Reference in New Issue
Block a user