Loading isis/src/qisis/objs/Project/Project.cpp +21 −21 Original line number Diff line number Diff line Loading @@ -1803,8 +1803,8 @@ namespace Isis { void Project::activeControlModified() { m_activeControl->setModified(true); setClean(false); } Loading isis/src/qisis/objs/Project/Project.h +3 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
isis/src/qisis/objs/Project/Project.cpp +21 −21 Original line number Diff line number Diff line Loading @@ -1803,8 +1803,8 @@ namespace Isis { void Project::activeControlModified() { m_activeControl->setModified(true); setClean(false); } Loading
isis/src/qisis/objs/Project/Project.h +3 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading