Actions
Bug #667
closedHide Unused Fields doesn't work when no Radios are open
Start date:
03/05/2013
Due date:
% Done:
100%
Estimated time:
Chirp Version:
daily
Model affected:
(All models)
Platform:
All
I read the instructions above:
Description
When no Radio tabs are open, select View > Hide Unused Fields. The box will check, and an error printed to the debug.log. Now open a Radio. All fields are displayed even though the Hide Unused Fields feature is checked. Toggle it off and back on and the fields are hidden.
Here's the log:
Traceback (most recent call last): File "/home/tom/src/chirp.hg/chirpui/mainapp.py", line 1345, in mh self.do_hide_unused(_action) File "/home/tom/src/chirp.hg/chirpui/mainapp.py", line 1214, in do_hide_unused eset.editors["memedit"].set_hide_unused(action.get_active()) AttributeError: 'NoneType' object has no attribute 'editors'
Updated by Tom Hayward over 11 years ago
- Status changed from In Progress to Needs Backport
- % Done changed from 0 to 100
Updated by Dan Smith over 11 years ago
- Status changed from Needs Backport to Closed
Actions