lookup stats

This commit is contained in:
Matthias Clasen 2020-01-25 18:20:26 -05:00
parent 03595f9567
commit 3d9e3390f1

View File

@ -192,6 +192,8 @@ gtk_css_static_style_new_compute (GtkStyleProvider *provider,
&lookup,
change == 0 ? &change : NULL);
g_print ("%d specified values\n", lookup.n_set_values);
result = g_object_new (GTK_TYPE_CSS_STATIC_STYLE, NULL);
result->change = change;