catch markers as they go away, to avoid selection corruption; add select-range-between-cursors (F3); add unimplemented select-all-within-cursors (different from select-all-between-cursors); make ctrl-x/delete delete a marker if the mouse is pointing at it

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2611 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-11-09 13:28:45 +00:00
parent 96fa1cd0b6
commit 79ba996096
11 changed files with 86 additions and 15 deletions

View 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 */