AdjustScrollbars can go into an infinite loop, so bail out after a few

iterations.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-04-29 09:14:27 +00:00
parent 4187c3822d
commit 870c86bc51
2 changed files with 10 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ All:
- Added wxLaunchDefaultBrowser.
All (GUI):
- Fixed potential infinite loop when adjusting wxScrolledWindow scrollbars.
wxMSW:
- Fixed erroneous selection of content in wxComboBox when within a wxStaticBox