X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7545e13206beaed9058e0ccbc53c6ec9013c6cad..1bf168351b2e49c54ee960829ecf88debd7a7ab9:/src/gtk1/statbox.cpp diff --git a/src/gtk1/statbox.cpp b/src/gtk1/statbox.cpp index d6c4bc496d..d057ebbd4c 100644 --- a/src/gtk1/statbox.cpp +++ b/src/gtk1/statbox.cpp @@ -94,7 +94,9 @@ void wxStaticBox::SetLabel( const wxString &label ) void wxStaticBox::DoApplyWidgetStyle(GtkRcStyle *style) { gtk_widget_modify_style(m_widget, style); +#ifdef __WXGTK20__ gtk_widget_modify_style(GTK_FRAME(m_widget)->label_widget, style); +#endif } // static