ensure that IsDialogMessage() is not called in the situations when it may hang not...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Sep 2006 16:52:20 +0000 (16:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Sep 2006 16:52:20 +0000 (16:52 +0000)
commit98ebf9194b9211a1ddd244083383bd8a4469b7ed
tree8ff1ad9fc5405aee8a24c9426a1a5efa2086124b
parentfdc62f44622dfcfea2f43910478fe5bb8ac0e938
ensure that IsDialogMessage() is not called in the situations when it may hang not only from the immediate parent of the control which has focus but also from its grandparents

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