Bug #10575
closedRight-click stopped working on Linux
100%
Description
Right-click on Memories stopped working on Linux. Similar to Bug #10335.
Traceback (most recent call last):
File "/home/jeff/.local/pipx/venvs/chirp/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1175, in _memory_rclick
props_item.Enable(self.editable)
wx._core.wxAssertionError: C++ assertion "m_menuItem" failed at ../src/gtk/menu.cpp(756) in Enable(): invalid menu item
Traceback (most recent call last):
File "/home/jeff/.local/pipx/venvs/chirp/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1184, in _memory_rclick
insert_item.Enable(self.editable)
wx._core.wxAssertionError: C++ assertion "m_menuItem" failed at ../src/gtk/menu.cpp(756) in Enable(): invalid menu item
Updated by Dan Smith over 1 year ago
- Status changed from New to In Progress
- Assignee set to Dan Smith
- Target version set to chirp-py3
Yeah, sorry about that. Linux is the only platform (of the three supported) that insists on adding menu items before marking them as enabled/disabled.
Updated by Dan Smith over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset github|675c0bb8997dd41e83b4443e3a5f697ac7ca9cc0.