Under wxGTK, always use wxPopupTransientWindow as the popup window, even if UseAltPop...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 18 Feb 2009 16:16:24 +0000 (16:16 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 18 Feb 2009 16:16:24 +0000 (16:16 +0000)
commitd42b86211a24243996efbecbc32f8a2ddf38b5ee
tree69e9c328a58731c3345a8e37b9fc7df254fa2e6e
parent29ad2740ff6f8a817cfd1714c7505623937bac7d
Under wxGTK, always use wxPopupTransientWindow as the popup window, even if UseAltPopupWindow() has been called. Do this because, of all popup window types, only wxPopupTransientWindow is able to have focused child controls when the popup is shown in wxGTK modal dialog.

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