wx.lib.mixins.listctrl.TextEditMixin: Fixed the double END_LABEL_EDIT
authorRobin Dunn <robin@alldunn.com>
Thu, 25 May 2006 15:41:53 +0000 (15:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 25 May 2006 15:41:53 +0000 (15:41 +0000)
commitf4102f17359a88d1414bb91f64f2e51d81fc6948
treec5816f71d2dcf27b9607d0c46f568d2be35f9c7b
parent88c576e5dfc7523a2144b4d43d8a2f9d4bd05e3d
wx.lib.mixins.listctrl.TextEditMixin: Fixed the double END_LABEL_EDIT
event problem in TextEditMixin by checking if the editor was already
hidden before continuing with the CloseEditor method.  Also added code
to OpenEditor to send the BEGIN_LABEL_EDIT event and to not allow the
opening of the editor to continue if the event handler doesn't allow
it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/wx/lib/mixins/listctrl.py