removed erroneous return in DoSetFont() [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1779,8 +1779,6 @@ void wxWindowDC::SetFont( const wxFont &font )
|
|||||||
|
|
||||||
m_font = font;
|
m_font = font;
|
||||||
|
|
||||||
return;
|
|
||||||
|
|
||||||
#if wxUSE_UNICODE
|
#if wxUSE_UNICODE
|
||||||
m_fontdesc = font.GetNativeFontInfo()->description;
|
m_fontdesc = font.GetNativeFontInfo()->description;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user