Remove stylesheet debugging message.
[GB.GTK3] * BUG: Remove stylesheet debugging message.
This commit is contained in:
parent
548eb8498e
commit
6669ab0011
1 changed files with 2 additions and 2 deletions
|
@ -2183,12 +2183,12 @@ void gControl::updateStyleSheet(bool dirty)
|
|||
}
|
||||
}
|
||||
|
||||
if (_css)
|
||||
/*if (_css)
|
||||
{
|
||||
css_str = gtk_css_provider_to_string(GTK_CSS_PROVIDER(_css));
|
||||
fprintf(stderr, "---- %s\n%s", gtk_widget_get_name(wid), css_str);
|
||||
g_free(css_str);
|
||||
}
|
||||
}*/
|
||||
|
||||
_style_dirty = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue