Commit 4f1ff332 authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Last minute changes.

parent c1522bf6
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -187,9 +187,6 @@ namespace Isis {
      workorder->execute();
    }
  }
  void IpceMainWindow::setProjectClean() {
    m_directory->project()->setClean(true);
  }
  

  /**
+0 −2
Original line number Diff line number Diff line
@@ -234,8 +234,6 @@ namespace Isis {

      void cleanupViewDockList(QObject *obj);

      void setProjectClean();

    private:
      Q_DISABLE_COPY(IpceMainWindow);

+2 −1
Original line number Diff line number Diff line
@@ -269,7 +269,8 @@ namespace Isis {
   *                           multiple cnetEditorViews with same cnet.
   *   @history 2018-07-12 Kaitlyn Lee - Changed connection between cnetModified() and project's
   *                           activeControlModified() to cnetModified() and project's renamed
   *                           method cnetModified(). Fixes #5414.
   *                           method cnetModified(). This will allow users to save a nonactive
   *                           cnet, since changes to multiple cnets will be connected. Fixes #5414.
   *   @history 2018-07-13 Kaitlyn Lee - Added connection to color the save net button to black when
   *                           a cnet is saved. Added signal activeControlModified() and changed
   *                           connections that alerted views to redraw themselves when a cnet was
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ namespace Isis {
   *                          was not the active, the active was the only one that was recognized as
   *                          being modified. This stopped any changes made to a nonactive cnet from
   *                          being saved and caused the active to be saved if a nonactive was
   *                          edited, even if it was not. Fixes #5414.
   *                          edited. Fixes #5414.
   *   @history 2018-07-13 Kaitlyn Lee - Added singal cnetSaved() so that the save net button goes
   *                          back to black after the cnet is saved. Added signal
   *                          activeControlModified() that is emitted in cnetModified() and is