X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7545e13206beaed9058e0ccbc53c6ec9013c6cad..bcfced3616c0ca77179f1ee69166eeb68d6c4b57:/src/gtk/statbox.cpp

diff --git a/src/gtk/statbox.cpp b/src/gtk/statbox.cpp
index d6c4bc496d..d057ebbd4c 100644
--- a/src/gtk/statbox.cpp
+++ b/src/gtk/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