fixed wxProgressDialog for ranges > 65535

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-12-22 02:14:38 +00:00
parent 1ccabb813a
commit 7c349adb6e
3 changed files with 22 additions and 7 deletions

View File

@@ -73,6 +73,7 @@ wxMSW:
- fixed flicker in wxTreeCtrl::SetItemXXX()
- fixed redraw problems in dynamically resized wxStaticText
- fixed wxProgressDialog for ranges > 65535
2.3.2
-----