[wxPython] Combo box ignoring clicks

I was wondering if anyone had an idea of why this might be happening, and/or
if this is behavior that anyone else is getting.

In the standard combo box (wxComboBox) control, I'm finding that if you
click on the down arrow to expand the list of choices, unless you click very
rapidly a second time (almost a double click) the same arrow won't close the
choices. So if you keep clicking slowly on it it'll stay there forever, but
if you double click the second click will close it. It also closes
naturally on clicks in other places and so on.

This happens in the demo as well and not just my own code, and appears in
both 2.1.15 and 2.1.16. My environment is Windows NT.

My initial inclination was that it was an underlying wxWindows issue and/or
some issue with the actual Windows control or something, but when I build
wxWindows 2.1.15 directly (I haven't tried 2.1.16 yet) and use a demo with a
combo box there, it didn't have the problem. And my native Windows
applications are fine as well, so I don't think its an issue with the native
DLL.

Any thoughts?

-- David

/-----------------------------------------------------------------------\
\ David Bolen \ E-mail: db3l@fitlinxx.com /
  > FitLinxx, Inc. \ Phone: (203) 708-5192 |
/ 860 Canal Street, Stamford, CT 06902 \ Fax: (203) 316-5150 \
\-----------------------------------------------------------------------/