]> git.saurik.com Git - wxWidgets.git/commit
remove unneeded wxCHECK_MSG: GetNextMessage() can get the msg even if the event loop...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Mar 2009 01:20:44 +0000 (01:20 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Mar 2009 01:20:44 +0000 (01:20 +0000)
commitbe8ddd37e3435dad37c5502a8d2894ea4cfb71f9
treec302ab69e1e49de8d223a996b3b9d0348686d105
parentfdfc5e18e7e0b8ebe1e29c819afe82381a713b21
remove unneeded wxCHECK_MSG: GetNextMessage() can get the msg even if the event loop is not running; the check breaks the:
  while ( loop->Pending() )
    loop->Dispatch();
snippet in console apps since wxConsoleEventLoop::Dispatch calls GetNextMessage() (see also the TimerEventTestCase cppunit).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/evtloop.cpp