Skip to content

Fix peak labels being deleted

Zamaan Raza requested to merge labels-fix into main

Clearing all QGraphicsTextItems from the DetectorScene turns out to be a bad idea because all labels owned by their PeakItemGraphics are deleted with no way to restore them. Now only selectively delete labels associated with contours.

Merge request reports