mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
shift-modifier during trim dragging causes region to jump to original position (anchored at start or end, depending on trim type)
This commit is contained in:
parent
e99c8960c0
commit
56af57d682
2 changed files with 13 additions and 1 deletions
|
|
@ -572,6 +572,7 @@ private:
|
|||
Operation _operation;
|
||||
|
||||
bool _preserve_fade_anchor;
|
||||
bool _jump_position_when_done;
|
||||
};
|
||||
|
||||
/** Meter marker drag */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue