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:
Paul Davis 2014-05-07 12:13:34 -04:00
parent e99c8960c0
commit 56af57d682
2 changed files with 13 additions and 1 deletions

View file

@ -572,6 +572,7 @@ private:
Operation _operation;
bool _preserve_fade_anchor;
bool _jump_position_when_done;
};
/** Meter marker drag */