Actions
Bug #10236
closedPrint Preview menu item breaks startup
Start date:
01/07/2023
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next (py3)
Model affected:
All
Platform:
Linux
I read the instructions above:
Description
Traceback (most recent call last):
File "./chirpwx.py", line 8, in
sys.exit(chirpmain())
File "/danplanet/users/dan/dev/chirp.git/chirp/wxui/init.py", line 94, in chirpmain
mainwindow = main.ChirpMain(None, title='CHIRP')
File "/danplanet/users/dan/dev/chirp.git/chirp/wxui/main.py", line 348, in init
self._update_window_for_editor()
File "/danplanet/users/dan/dev/chirp.git/chirp/wxui/main.py", line 850, in _update_window_for_editor
menuitem.Enable(enabled)
AttributeError: 'NoneType' object has no attribute 'Enable'
Updated by Dan Smith almost 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset github|347ca6ba283a53e73c3d765b36996ef22aed7bef.
Actions