Hi,
I'm using a HyperTreeList in my project.
After switching from wxpython3 the event "EVT_TREE_BEGIN_LABEL_EDIT" gets
lost.
I found the problem in line 3668.
Patch:
- flags & (wx.TREE_HITTEST_ONITEMLABEL | wx.TREE_HITTEST_ONITEMCOLUMN) and \
+ flags & (wx.TREE_HITTEST_ONITEMLABEL | TREE_HITTEST_ONITEMCOLUMN) and \
Thomas
···
--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/wxPython4-HyperTreeList-tp5727462.html
Sent from the wxPython-users mailing list archive at Nabble.com.
Robin
2
Filed at EVT_TREE_BEGIN_LABEL_EDIT · Issue #460 · wxWidgets/Phoenix · GitHub
In the future please report issues there.
Robin
···
On Tuesday, August 8, 2017 at 8:22:44 AM UTC-7, Thomas wrote:
Hi,
I’m using a HyperTreeList in my project.
After switching from wxpython3 the event “EVT_TREE_BEGIN_LABEL_EDIT” gets
lost.
I found the problem in line 3668.
Patch:
- flags & (wx.TREE_HITTEST_ONITEMLABEL | wx.TREE_HITTEST_ONITEMCOLUMN) and \
- flags & (wx.TREE_HITTEST_ONITEMLABEL | TREE_HITTEST_ONITEMCOLUMN) and \
Thomas
–
View this message in context: http://wxpython-users.1045709.n5.nabble.com/wxPython4-HyperTreeList-tp5727462.html
Sent from the wxPython-users mailing list archive at Nabble.com.