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:
Jonas Ådahl 2020-12-07 22:41:36 +01:00
parent fea1b151e6
commit 130ff5f841

View File

@ -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) &&