mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
range: Don't use an abstract role
This snuck through, because the range wasn't setting any role at all, it just ends up using the initial, abstract role of widget.
This commit is contained in:
parent
1a07e336bf
commit
ef436e4dce
@ -441,6 +441,7 @@ gtk_range_class_init (GtkRangeClass *class)
|
||||
g_object_class_install_properties (gobject_class, LAST_PROP, properties);
|
||||
|
||||
gtk_widget_class_set_css_name (widget_class, I_("range"));
|
||||
gtk_widget_class_set_accessible_role (widget_class, GTK_ACCESSIBLE_ROLE_GENERIC);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user