mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Drop has-resize-grip from the notify test
The setter is not doing anything, so we won't get notification.
This commit is contained in:
parent
b5958d677f
commit
689a364ec5
@ -553,6 +553,10 @@ test_type (gconstpointer data)
|
||||
g_str_equal (pspec->name, "double-buffered"))
|
||||
continue;
|
||||
|
||||
if (g_type_is_a (pspec->owner_type, GTK_TYPE_WINDOW) &&
|
||||
g_str_equal (pspec->name, "has-resize-grip"))
|
||||
continue;
|
||||
|
||||
/* Can only be set on window widgets */
|
||||
if (pspec->owner_type == GTK_TYPE_WIDGET &&
|
||||
g_str_equal (pspec->name, "events"))
|
||||
|
Loading…
Reference in New Issue
Block a user