unset the window as invoking window of wxCurrentPopupMenu (which now exists in all...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2007 16:29:38 +0000 (16:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2007 16:29:38 +0000 (16:29 +0000)
commiteeb0bee1d31939f8ff14a3c7dba6ff22fcdb6fff
treeb61a91127bef71e0f15d84acd09df8d1bca82389
parent66a9201df8b0179ed8031412778e636f97b44e50
unset the window as invoking window of wxCurrentPopupMenu (which now exists in all ports and not just wxMSW-based ones) if it being destroyed before the menu itself (modified patch 1837214)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/window.h
src/common/wincmn.cpp
src/msw/window.cpp
src/os2/window.cpp
src/palmos/window.cpp