Added IsTopLevel() check to last message loop in PreProcessMessage. This
authorJulian Smart <julian@anthemion.co.uk>
Wed, 17 Nov 2004 13:42:14 +0000 (13:42 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 17 Nov 2004 13:42:14 +0000 (13:42 +0000)
commit22cfea03b8abd902001dd2a9a1b9f61a8cf3d69e
tree335aaf56f73be06485ac189a5ed691089b28d963
parenta1d47842fc4e3ef1834cdc9c7d1887a0f9eb43ee
Added IsTopLevel() check to last message loop in PreProcessMessage. This
stops e.g. ESC being processed by a parent modal dialog if not processed
by the child -> assert and lockup

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