in case the user mask doesn't contain wxEVT_CATEGORY_UI, don't block forever on the...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Mar 2009 11:57:05 +0000 (11:57 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Mar 2009 11:57:05 +0000 (11:57 +0000)
commit9d2e29d27463bbf0a408aca2825b86c8d938501c
treedb3a74b5242a1bf1de8ce4344fbffc982255bc27
parent491016e54efb6413890678b7a3db405a13768237
in case the user mask doesn't contain wxEVT_CATEGORY_UI, don't block forever on the never-ending WM_PAINTs messages sent by the system; but don't even break out of the loop immediately after getting the first WM_PAINT: this break repainting. (closes #10590)

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