diff --git a/gb.gtk/src/gcontrol.cpp b/gb.gtk/src/gcontrol.cpp index 59bafb010..f1e5757f2 100644 --- a/gb.gtk/src/gcontrol.cpp +++ b/gb.gtk/src/gcontrol.cpp @@ -2084,7 +2084,7 @@ void gControl::updateStyleSheet() char *css_str; int s; gColor fg; - char buffer[16]; + char buffer[32]; wid = getStyleSheetWidget(); context = gtk_widget_get_style_context(wid);