Remove redundant line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
134198f1b7
commit
c280da6918
@ -1847,10 +1847,6 @@ void wxGnomePrintDC::DoGetTextExtent(const wxString& string, wxCoord *width, wxC
|
||||
return;
|
||||
}
|
||||
|
||||
// Set new font description
|
||||
if (theFont)
|
||||
pango_layout_set_font_description( m_layout, theFont->GetNativeFontInfo()->description );
|
||||
|
||||
// Set layout's text
|
||||
|
||||
// FIXME-UTF8: wouldn't be needed if utf8_str() always returned a buffer
|
||||
|
Loading…
Reference in New Issue
Block a user