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

Revert "Fix for keyboard commands for time shifting clips"

This reverts commit b91160795d.
This commit is contained in:
Paul Licameli
2017-05-18 07:06:22 -04:00
parent 7900aa51ba
commit d36ac2cedb
4 changed files with 11 additions and 44 deletions

View File

@@ -256,7 +256,7 @@ class AUDACITY_DLL_API TrackPanel final : public OverlayPanel {
// (ignoring any fisheye)
virtual double GetScreenEndTime() const;
virtual void OnClipMove(bool right, bool keyUp);
virtual void OnClipMove(bool right);
protected:
virtual MixerBoard* GetMixerBoard();
@@ -682,8 +682,6 @@ protected:
// us to undo the slide and then slide it by another amount
double mHSlideAmount;
double mHSlideAmountTotal; // used for sliding horizontally using the keyboard
bool mDidSlideVertically;
bool mRedrawAfterStop;