mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
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:
parent
96fa1cd0b6
commit
79ba996096
11 changed files with 86 additions and 15 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue