removed stray return from SetFont()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
72be9a3a27
commit
c0da0dbabf
@ -1779,8 +1779,6 @@ void wxWindowDC::SetFont( const wxFont &font )
|
||||
|
||||
m_font = font;
|
||||
|
||||
return;
|
||||
|
||||
#if wxUSE_UNICODE
|
||||
m_fontdesc = font.GetNativeFontInfo()->description;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user