diff data/model/AlignmentModel.cpp @ 411:52303ec15cd2

* Permit holding Shift while dragging an instant or other edited thing, to override the initial drag resistance (for #1928943 sticky time instants) * better handling of updates during progressive decode load * ready() signal from model (used by vect)
author Chris Cannam
date Mon, 19 May 2008 17:23:11 +0000
parents 6075c90744d4
children 6502c33b1cb1
line wrap: on
line diff
--- a/data/model/AlignmentModel.cpp	Fri May 16 13:27:07 2008 +0000
+++ b/data/model/AlignmentModel.cpp	Mon May 19 17:23:11 2008 +0000
@@ -108,7 +108,7 @@
 bool
 AlignmentModel::isReady(int *completion) const
 {
-    if (!m_pathBegun) {
+    if (!m_pathBegun && m_rawPath) {
         if (completion) *completion = 0;
         return false;
     }