fixed problems with hanging inside IsDialogMessage or DefDlgProc by forcing all paren...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Jun 2002 23:59:11 +0000 (23:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Jun 2002 23:59:11 +0000 (23:59 +0000)
commit61179e28bd7f9e29af93582326919b91549db357
tree94a9b023bc1dc98c90a438064acad2ea407e6855
parent8ff411360322275bb2e2ad7860482c6d7687a921
fixed problems with hanging inside IsDialogMessage or DefDlgProc by forcing all parents of windows with WS_EX_CONTROLPARENT to have this style themselves as well

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