chart-layer: Redraw on css changes

Make sure we redraw it when system accent color changes.
This commit is contained in:
Alice Mikhaylenko
2024-06-24 01:53:28 +04:00
parent 3597106de8
commit cb3171d7bb

View File

@ -58,6 +58,8 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_style_context_lookup_color (style_context, "accent_fg_color", &accent_fg_color);
gtk_style_context_lookup_color (style_context, "accent_bg_color", &accent_bg_color);
G_GNUC_END_IGNORE_DEPRECATIONS
gtk_widget_queue_draw (widget);
}
static SysprofSession *