Run fix for Lesstif

wxScreenDC works better now


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-12-04 13:12:12 +00:00
parent a367b9b3f8
commit 32c69f2cf9
4 changed files with 7 additions and 1 deletions

View File

@@ -3199,9 +3199,12 @@ void wxWindow::ChangeFont(bool keepOriginalSize)
int width, height, width1, height1;
GetSize(& width, & height);
// lesstif 0.87 hangs here
#ifndef LESSTIF_VERSION
XtVaSetValues (w,
XmNfontList, (XmFontList) m_windowFont.GetFontList(1.0, XtDisplay(w)),
NULL);
#endif
GetSize(& width1, & height1);
if (keepOriginalSize && (width != width1 || height != height1))