mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
Merge branch 'matthiasc/for-master' into 'master'
inspector: Don't set style classes on app widgets See merge request GNOME/gtk!2089
This commit is contained in:
commit
23e3d48eb9
@ -732,14 +732,14 @@ static void
|
||||
widget_mapped (GtkWidget *widget,
|
||||
GtkWidget *label)
|
||||
{
|
||||
gtk_widget_remove_css_class (widget, "dim-label");
|
||||
gtk_widget_remove_css_class (label, "dim-label");
|
||||
}
|
||||
|
||||
static void
|
||||
widget_unmapped (GtkWidget *widget,
|
||||
GtkWidget *label)
|
||||
{
|
||||
gtk_widget_add_css_class (widget, "dim-label");
|
||||
gtk_widget_add_css_class (label, "dim-label");
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user