flika-org / flika

An interactive image processing program for biologists written in Python.
http://flika-org.github.io/
MIT License
22 stars 1 forks source link

PolyLine selector fails on remove link #23

Closed BrettJSettle closed 7 years ago

BrettJSettle commented 7 years ago

Traceback (most recent call last): File "flika\flika\roi.py", line 814, in removeSegment self.lines.remove(segment) ValueError: list.remove(x): x not in list

BrettJSettle commented 7 years ago

Links are removable. Had to set the parentItem of the handles so they didn't get deleted as well