DynamicGravitySystems / DGP

Dynamic Gravity Processor
http://dgp.readthedocs.io/en/develop/
Apache License 2.0
7 stars 4 forks source link

BUG: Flight Lines not removed from Tree View until reload #33

Closed bradyzp closed 6 years ago

bradyzp commented 6 years ago

Tree display code is not yet removing items e.g. FlightLines when they are removed from the plot. Need to add the functionality to the models.py module and project modules to allow removal of specific children/objects.

bradyzp commented 6 years ago

Fixed in commit #e8cf4cd ProjectModel::remove_child code re-written to properly handle removal of items from GUI TreeView.