TheJacksonLaboratory / activelearning

Active learning tools for fine-tuning ML models
MIT License
0 stars 0 forks source link

Bugs with the interface when clearing MultiSpinBox, and LabelItem objects #9

Closed fercer closed 3 weeks ago

fercer commented 3 weeks ago

Spin boxes inside MultiSpinBox objects are not properly removed, causing it to have multiple spin boxes that should have been removed when clearing the grid layout.

For the labels manager, removing the "edit layer" from napari viewer would reset some variables to None. That causes to lose track of the current active LabelItem object.

fercer commented 3 weeks ago

Solved with PR #10