Ensure that the wxNativeFontInfo internal data is copied when the
authorRobin Dunn <robin@alldunn.com>
Sat, 4 Jan 2003 03:51:13 +0000 (03:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 4 Jan 2003 03:51:13 +0000 (03:51 +0000)
commitcd9a673cd730dc76c000844e7df674cebac4293d
treef63675184fe55c859bba53025bb1a2eb80fe1208
parent6431e33a507ec54ee943f4f7f84a46974dadd46f
Ensure that the wxNativeFontInfo internal data is copied when the
wxFontRefData is.  This solves a wxGTK2 problem where the
PangoFontDescription pointer is copied by the default assignment
operator, in a binary compatible way .

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/font.cpp
src/gtk1/font.cpp