reverted wxPopupWindow implementation to the original version using WS_CHILD and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 Jun 2002 23:30:00 +0000 (23:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 Jun 2002 23:30:00 +0000 (23:30 +0000)
commit24b3cc2c9632b7c6f0f0dd8f935688bd4d5e36f0
tree0666a2c7917440b6aae6b4309fe54d94c67fa033
parent36633c5c00d60bbcfffd9415c36f89579992b315
reverted wxPopupWindow implementation to the original version using WS_CHILD and desktop as parent; this fixes the activation problem but reopens the other ones

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/popupwin.h
include/wx/msw/toplevel.h
src/common/popupcmn.cpp
src/msw/popupwin.cpp
src/msw/toplevel.cpp