Fix peak labels being deleted
Clearing all QGraphicsTextItem
s from the DetectorScene
turns out to be a bad idea because all labels owned by their PeakItemGraphic
s are deleted with no way to restore them. Now only selectively delete labels associated with contours.