fix for idle processing stopping without processing all pending events, replaces patch 1912157

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2008-03-13 04:37:03 +00:00
parent 3c61f2e3ab
commit 2ace713c9a
2 changed files with 55 additions and 49 deletions

View File

@@ -166,6 +166,8 @@ wxGTK:
- Fix wxNotebook::GetPage{Text,Image}() when they were called from the page
change event handler for the first added page (Mikkel S).
- Fixed wxBitmapButton to use focus and hover bitmaps correctly.
- Fixed race condition which could cause idle processing to stop without
processing all pending events.
wxMac: