git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2003-01-31 14:55:28 +00:00
parent 464f1a1da6
commit f77cf4e68a
2 changed files with 2 additions and 2 deletions

View File

@@ -4152,7 +4152,7 @@ void wxWindowGTK::SetWidgetStyle()
pango_font_description_copy( m_font.GetNativeFontInfo()->description );
#else
gdk_font_unref( style->font );
style->font = gdk_font_ref( m_font.GetInternalFont( 1.0 ) )
style->font = gdk_font_ref( m_font.GetInternalFont( 1.0 ) );
#endif
}