Unverified Commit 9b6bd2b8 authored by Tracie Sucharski's avatar Tracie Sucharski Committed by GitHub
Browse files

Merge pull request #212 from kdl222/ipceSave

Save button is enabled after editing a control network in the CnetEditor widget of IPCE
parents 3097479c 453ecbc3
Loading
Loading
Loading
Loading
+21 −21
Original line number Diff line number Diff line
@@ -1803,8 +1803,8 @@ namespace Isis {


  void Project::activeControlModified() {

    m_activeControl->setModified(true);
    setClean(false);
  }


+3 −1
Original line number Diff line number Diff line
@@ -253,6 +253,8 @@ namespace Isis {
   *  @history 2018-04-25 Tracie Sucharski - Fixed typo in XmlHandler::startElement reading
   *                           imported shapes from a project which caused the shapes to be put in
   *                           the wrong place on the project tree. Fixes #5274.
   *  @history 2018-06-06 Kaitlyn Lee - activeControlModified() calls setClean(false) to enable the save
   *                           button when the active control net is modified, i.e. a point is modified.
   *
   */
  class Project : public QObject {