You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like CustomTreeCtrl will "eat" all the right click events. For example, when right click on the "blank area" (not on any item), the "parent" will not receive any event (e.g., wx.EVT_CONTEXT_MENU).
Maybe in this case, we shall "skip" the event (event.Skip()) or send a new event?
wxpython 4.2.2, python 3.11 (macOS/Windows)
Looks like
CustomTreeCtrl
will "eat" all the right click events. For example, when right click on the "blank area" (not on any item), the "parent" will not receive any event (e.g., wx.EVT_CONTEXT_MENU).Maybe in this case, we shall "skip" the event (
event.Skip()
) or send a new event?Phoenix/wx/lib/agw/customtreectrl.py
Lines 8191 to 8194 in 8908dd6
The text was updated successfully, but these errors were encountered: