]> git.saurik.com Git - wxWidgets.git/commit
Instead of just deleting m_popupInterface, call Destroy() of its wxWindow-based popup...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 27 Mar 2011 18:30:56 +0000 (18:30 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 27 Mar 2011 18:30:56 +0000 (18:30 +0000)
commita516284f67e1910fc6dc5364b289340332d0d35f
treeff8c26e8a1021dfa5efc09278d290612757ab261
parent0b669520c208f4d3e614ed97feacf91ab903c32f
Instead of just deleting m_popupInterface, call Destroy() of its wxWindow-based popup control obtained via GetControl() member function. Also still delete m_popupInterface if there was no popup control, or if it was implemented as a separate class (versus being multiple-inherited along side wxComboPopup, as has been the common practice).

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