Skip to content
  • Ell's avatar
    Issue #2272 - Crash when using the intelligent-scissors tool ... · a5baba55
    Ell authored
    ... after erasing all points
    
    When erasing the last remaining point in the iscissors tool, halt
    the tool, rather than leaving the tool active with an empty curve,
    which it is not prepared to handle, and which results in a segfault
    once trying to add a new point.
    
    Additionally, when erasing the last remaining segment (i.e., the
    two last remaining points), don't erase the entire segment (i.e.,
    both points), but rather convert the segment to its initial point,
    so that, in effect, we only erase the last point of the segment.
    a5baba55