Loading isis/src/qisis/objs/Project/Project.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1915,7 +1915,7 @@ namespace Isis { * Currently, this was the easiest place to emit this signal. */ void Project::cnetModified() { if (m_activeControl->isModified()) { if (m_activeControl && m_activeControl->isModified()) { emit activeControlModified(); } setClean(false); Loading Loading
isis/src/qisis/objs/Project/Project.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1915,7 +1915,7 @@ namespace Isis { * Currently, this was the easiest place to emit this signal. */ void Project::cnetModified() { if (m_activeControl->isModified()) { if (m_activeControl && m_activeControl->isModified()) { emit activeControlModified(); } setClean(false); Loading