using ordinary Show for popup windows as on MSW which activates it as well, I'll rewire ShowWithoutActivating for the other use case, fixes #15008

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-06-03 13:21:10 +00:00
parent c609b780c7
commit 04a123c642
2 changed files with 0 additions and 23 deletions

View File

@@ -27,8 +27,6 @@ public:
bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
virtual bool Show(bool show = true);
DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow)
};