Correction on commit #78099
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
89738ef01f
commit
3cb2392abc
@ -762,7 +762,7 @@ bool wxFont::GetStrikethrough() const
|
||||
return M_FONTDATA->m_nativeFontInfo.GetStrikethrough();
|
||||
}
|
||||
|
||||
#if defined( __WXX11__ ) && !defined( wxUSE_PANGO )
|
||||
#if defined( __WXX11__ ) && ( wxUSE_PANGO == 0 )
|
||||
bool wxNativeFontInfo::GetStrikethrough() const
|
||||
{
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user