1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-10 14:46:24 +01:00

Shift+TAB cycles hit test targets backwards

This commit is contained in:
Paul Licameli
2017-07-12 16:39:14 -04:00
parent 8d13bf1d83
commit 6c0b3bb1bf
2 changed files with 10 additions and 5 deletions

View File

@@ -551,7 +551,7 @@ protected:
bool HasRotation() const;
void RotateTarget();
void RotateTarget(bool forward);
std::weak_ptr<Track> mpClickedTrack;
UIHandlePtr mUIHandle;