Allow recursive calls to wxEventLoop::Yield().
There doesn't seem to be any reason to forbid them and this change allows wxExecute() without wxEXEC_NOEVENTS to work without assertion failures when called from inside wxYield(). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,6 +44,7 @@ All:
|
||||
- Allow specifying custom comparator for wxSortedArrayString (Catalin Raceanu).
|
||||
- Add wxDateTime::GetWeekBasedYear().
|
||||
- Specialize std::hash<> for wxString when using C++11.
|
||||
- Allow recursive calls to wxYield().
|
||||
|
||||
Unix:
|
||||
|
||||
|
Reference in New Issue
Block a user