Actions
Bug #10335
closedRight-click stopped working on Linux
Start date:
02/01/2023
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next (py3)
Model affected:
Any
Platform:
Linux
I read the instructions above:
Description
Due to an ordering issue, GTK/linux stopped being able to pop up the right-click menu after refactorings to fix live-mode radios and waiting until jobs are finished. Example trace:
Traceback (most recent call last):
File "/home/brand/gits/chirp/chirp/wxui/memedit.py", line 1153, in _memory_rclick
del_block_item.Enable(not self.busy)
wx._core.wxAssertionError: C++ assertion "m_menuItem" failed at ../src/gtk/menu.cpp(756) in Enable(): invalid menu item
Actions