MSS icon indicating copy to clipboard operation
MSS copied to clipboard

multiple_flightpath_dockwidget triggers Exception

Open joernu76 opened this issue 5 months ago • 1 comments

After a TopView with a multiple_flightpath_dockwidget was closed, switching active flighttracks in the MainUI triggers an Exception.

This is caused by dangling connects referencing the deleted widget.

This may be resolved using the "viewCloses" event to "disconnect" every connection properly.

The whole signal-connections-event-lambda shenanigans should be reviewed.

joernu76 avatar Sep 05 '24 09:09 joernu76