Commit 453ecbc3 authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Added setClean(false) to activeControlModified() so the save button is enabled...

Added setClean(false) to activeControlModified() so the save button is enabled when the active control net is modified.
parent 3097479c
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 {