X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7545e13206beaed9058e0ccbc53c6ec9013c6cad..1480c61ae8f3a1e698deb3fde7c4b8055ac977b8:/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