summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
2432e39)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70713
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( style && style->font_desc )
{
wxNativeFontInfo info;
if ( style && style->font_desc )
{
wxNativeFontInfo info;
- info.description = pango_font_description_copy(style->font_desc);
+ info.description = style->font_desc;
attr.font = wxFont(info);
attr.font = wxFont(info);
+ info.description = NULL;