fixing retval for SetFont
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8da9d91cc4
commit
d5ccba7211
@ -956,7 +956,7 @@ void wxWindowMac::MacUpdateControlFont()
|
||||
|
||||
bool wxWindowMac::SetFont(const wxFont& font)
|
||||
{
|
||||
bool retval = !wxWindowBase::SetFont( font ) ;
|
||||
bool retval = wxWindowBase::SetFont( font ) ;
|
||||
|
||||
MacUpdateControlFont() ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user