Compile fix for prop.
Test change for dcclient. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -332,6 +332,10 @@ wxWindowDC::wxWindowDC( wxWindow *window )
|
||||
#ifdef __WXGTK20__
|
||||
m_context = gtk_widget_get_pango_context( widget );
|
||||
|
||||
// Always take Xft context to get matching fonts
|
||||
// for display and printing.
|
||||
// m_context = pango_xft_get_context (GDK_DISPLAY (), DefaultScreen (GDK_DISPLAY ()));
|
||||
|
||||
m_fontdesc = widget->style->font_desc;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user