1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Bug1134: Click and drag to move a track should make only one undo item

This commit is contained in:
Paul Licameli
2015-08-08 18:55:31 -04:00
parent ad7c87359a
commit 9a53625ceb
2 changed files with 14 additions and 9 deletions

View File

@@ -773,6 +773,7 @@ protected:
// coordinate should the dragging track move up or down?
int mMoveUpThreshold;
int mMoveDownThreshold;
int mRearrangeCount;
#ifdef EXPERIMENTAL_SCRUBBING_BASIC
int mScrubToken;