Fixed zoom problem (Robert J.Lang)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-06-28 12:56:05 +00:00
parent 7f0d9d717d
commit d876667522
3 changed files with 7 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ All (GUI):
- Fixed 64-bit issue in wxNotebook causing segfaults on Tru64 Unix.
- Made it possible to associate context help to a region of a window.
- Added support for tabs in wxRichTextCtrl (Ashish More).
- Fixed problem with zoom setting in print preview.
wxMSW: