call ProcessPendingEvents() from wxAppConsoleBase::ProcessIdle() too, not only from...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Jan 2009 22:18:10 +0000 (22:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Jan 2009 22:18:10 +0000 (22:18 +0000)
commit14eb37a05eb3741f4c8d9e64b7af45480706cb15
treed848d9c58c63ddb75a5f468970b599e3fa0c5411
parentebbf7407644c407815de10284a49042f602101c1
call ProcessPendingEvents() from wxAppConsoleBase::ProcessIdle() too, not only from wxAppBase::ProcessIdle(); do not call it from wxConsoleEventLoop::Dispatch() as this results in unwanted reentrancies in the socket code when using it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/evtloop.h
src/common/appbase.cpp
src/common/appcmn.cpp
src/msw/evtloop.cpp
src/unix/evtloopunix.cpp