wxGTK: Fixed printing to use fonts sizes adjustment consistent with wxMSW. In

particular, screen resolution no longer affects text size in printed output
when using wx's map-screen-to-paper approach to printing.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-09-28 09:12:16 +00:00
parent 87a98df654
commit b56659e1d5
6 changed files with 96 additions and 108 deletions

View File

@@ -100,6 +100,9 @@ All (Unix):
- Return false from wxSingleInstanceChecker::IsAnotherRunning() if an error
occurred while opening or reading the lock file (Lauri Nurmi).
wxGTK:
- Fixed printing to use fonts sizes adjustment consistent with wxMSW.
2.8.9
-----