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
Updated by Anonymous almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|a19af4536e4d25869a2e2272fd592f45f82193b4.
Actions