Unverified Commit 0044412c authored by Makayla Shepherd's avatar Makayla Shepherd Committed by GitHub
Browse files

Merge pull request #263 from SgStapleton/ipceDocksWindowChange

Fixing the clean state of project on load 
parents 0a1da587 e98e898a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1388,6 +1388,7 @@ namespace Isis {
    m_isOpen = true;
    // TODO: TLS 2018-06-07  Why writeSettings here?
    //writeSettings();
    setClean(true);
    emit projectLoaded(this);
  }