src/X11/font.cpp needs smae change as other wxXXX versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0962839d23
commit
e97e6073b3
@ -325,8 +325,8 @@ void wxFontRefData::InitFromNative()
|
||||
}
|
||||
}
|
||||
|
||||
switch ( wxToupper(*m_nativeFontInfo.
|
||||
GetXFontComponent(wxXLFD_SLANT).c_str()) )
|
||||
switch ( wxToupper( m_nativeFontInfo.
|
||||
GetXFontComponent(wxXLFD_SLANT)[0u]).GetValue() )
|
||||
{
|
||||
case _T('I'): // italique
|
||||
m_style = wxFONTSTYLE_ITALIC;
|
||||
|
Loading…
Reference in New Issue
Block a user