From 16e4e873a25a955a5e915c969e1e24cbfc3e83a2 Mon Sep 17 00:00:00 2001 From: Roman Rolinsky Date: Thu, 12 Jun 2003 11:00:09 +0000 Subject: [PATCH] changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/tools/XRCed/CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wxPython/wxPython/tools/XRCed/CHANGES.txt b/wxPython/wxPython/tools/XRCed/CHANGES.txt index 1462da7fd1..567f7b7932 100644 --- a/wxPython/wxPython/tools/XRCed/CHANGES.txt +++ b/wxPython/wxPython/tools/XRCed/CHANGES.txt @@ -1,3 +1,11 @@ +0.1.1-3 +------- + +Sizes of some controls were not normal on wxMSW. Fixed. + +Some changes to test window code to make it resize better and to +have focus control with sawfish for all types of windows. + 0.1.1-2 -------