Commit c7f80285 authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Fixed control points not being deleted correctly in ControlNet.

parent 81bacd2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -919,7 +919,7 @@ namespace Isis {

    // notify CubeSerialNumbers of the loss of this point
    foreach(ControlMeasure * measure, point->getMeasures()) {
      measureDeleted(measure);
      point->Delete(measure);
    }

    emit pointDeleted(point);