Make wxTransientPopupWindow ignore button down events
authorRobert Roebling <robert@roebling.de>
Mon, 27 Feb 2006 09:16:28 +0000 (09:16 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 27 Feb 2006 09:16:28 +0000 (09:16 +0000)
commit33c0d0ed7516b743a59969bc0c6d069735e39d7a
treeeba192a0e6927c616f0df8428c8a8c2ff61b7030
parentc8470018b86383d090e56b142024c0cd55810523
  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
include/wx/gtk/popupwin.h
src/gtk/popupwin.cpp