Skip to content
  • Benjamin Otte's avatar
    widget: Reset the accessible role when a new accessible type is set · 9c813368
    Benjamin Otte authored
    We want the role to be kept in the accessible object. Using
    gtk_widget_class_set_accessible_role() is only meant as a quick
    workaround to requiring subclassing of the accessibles in the quite
    common case where a subclass does not change the accessible
    implementation at all and only has a different role.
    9c813368