Make wxTransientPopupWindow ignore button down events

which have been sent before or at the same time as
    the control creation time so that these evens don't
    make the control disappear again.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-02-27 09:16:28 +00:00
parent c8470018b8
commit 33c0d0ed75
2 changed files with 16 additions and 8 deletions

View File

@@ -35,6 +35,9 @@ public:
// --------------
virtual void OnInternalIdle();
// GTK time when connecting to button_press signal
wxUint32 m_time;
protected: