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:
@@ -762,7 +762,7 @@ bool wxFont::GetStrikethrough() const
|
|||||||
return M_FONTDATA->m_nativeFontInfo.GetStrikethrough();
|
return M_FONTDATA->m_nativeFontInfo.GetStrikethrough();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined( __WXX11__ ) && !defined( wxUSE_PANGO )
|
#if defined( __WXX11__ ) && ( wxUSE_PANGO == 0 )
|
||||||
bool wxNativeFontInfo::GetStrikethrough() const
|
bool wxNativeFontInfo::GetStrikethrough() const
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user