Click on wxOwnerDrawnComboBox's animating popup should close it.
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 14 Sep 2010 18:35:50 +0000 (18:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 14 Sep 2010 18:35:50 +0000 (18:35 +0000)
commitdc2b49b3d19b9b759fd9c8d7b118c00933f369a8
tree2ad8a963d1eb8a2bd2ea83e21c1969c8c4eb5516
parent6f7e96d8432dc78bd9b0fa7db78090ca6d8cc04c
Click on wxOwnerDrawnComboBox's animating popup should close it.

Previously, it behaved differently from native combo box: clicking the
popup while its opening animation was running had no effect. This was
different from the native control, which would close the popup in this
case (just like when it's fully opened).

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