changeset 1560:21f21354c834

When a path is set explicitly, it is complete
author Chris Cannam
date Thu, 01 Nov 2018 15:01:32 +0000
parents c55de1488b93
children d3814e07b8aa
files data/model/AlignmentModel.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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