Mercurial > hg > svcore
diff data/model/AlignmentModel.cpp @ 1560:21f21354c834
When a path is set explicitly, it is complete
author | Chris Cannam |
---|---|
date | Thu, 01 Nov 2018 15:01:32 +0000 |
parents | 48e9f538e6e9 |
children | d3814e07b8aa |
line wrap: on
line diff
--- a/data/model/AlignmentModel.cpp Thu Nov 01 14:06:38 2018 +0000 +++ b/data/model/AlignmentModel.cpp Thu Nov 01 15:01:32 2018 +0000 @@ -381,6 +381,7 @@ if (m_path) m_path->aboutToDelete(); delete m_path; m_path = path; + m_pathComplete = true; #ifdef DEBUG_ALIGNMENT_MODEL cerr << "AlignmentModel::setPath: path = " << m_path << endl; #endif