mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
Merge branch 'fix_6454' into 'main'
a11y: Don't mark properties changed for unrealized AT contexts Closes #6454 See merge request GNOME/gtk!6919
This commit is contained in:
commit
785aaa8c03
@ -909,7 +909,7 @@ gtk_at_context_set_accessible_property (GtkATContext *self,
|
||||
else
|
||||
res = gtk_accessible_attribute_set_remove (self->properties, property);
|
||||
|
||||
if (res)
|
||||
if (res && self->realized)
|
||||
self->updated_properties |= (1 << property);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user