catch markers as they go away, to avoid selection corruption; add select-range-betwee...
[ardour.git] / libs / ardour / location.cc
index 7826c6c49be3fea1f8daf4a9f584421837663b46..aa7e799c8fe8649797b6cd81657c5b75f70a2b52 100644 (file)
@@ -73,6 +73,9 @@ Location::operator= (const Location& other)
        _start = other._start;
        _end = other._end;
        _flags = other._flags;
+
+       /* copy is not locked even if original was */
+
        _locked = false;
 
        /* "changed" not emitted on purpose */