-
Notifications
You must be signed in to change notification settings - Fork 435
Error when clearing fit on T3Ds #2738
Description
Error occurs when trying to delete the Tactical Mode (i.e. Jackdaw Propulsion Mode) on a T3D:
pyfa v2.66.2
EVE Data Version: 3284752 (2026-03-31 23:16:42)
OS version: Windows-10-10.0.26200-SP0
Python version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
wxPython version: 4.2.1 (wxWidgets 3.2.2.1)
SQLAlchemy version: 1.4.50
Logbook version: 1.7.0.post0
Requests version: 2.31.0
Dateutil version: 2.8.2
####################
Traceback (most recent call last):
File "gui\builtinViews\fittingView.py", line 297, in kbEvent
File "gui\builtinViews\fittingView.py", line 297, in
AttributeError: 'Mode' object has no attribute 'isEmpty'
Occurs on all T3Ds. I don't want to delete the Tactical Mode, I'm dragging to select all modules (which also selects the Tactical Mode) and errors when hitting Delete (on keyboard).
