(blind) compilation fix for GTK+ 1.x after last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-04 11:11:39 +00:00
parent 7545e13206
commit b88ccc4e8e
2 changed files with 4 additions and 0 deletions

View File

@@ -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