mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +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"))
|
g_str_equal (pspec->name, "double-buffered"))
|
||||||
continue;
|
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 */
|
/* Can only be set on window widgets */
|
||||||
if (pspec->owner_type == GTK_TYPE_WIDGET &&
|
if (pspec->owner_type == GTK_TYPE_WIDGET &&
|
||||||
g_str_equal (pspec->name, "events"))
|
g_str_equal (pspec->name, "events"))
|
||||||
|
Loading…
Reference in New Issue
Block a user