diff --git a/src/Menus.cpp b/src/Menus.cpp index 815dfd274..fffaf2648 100644 --- a/src/Menus.cpp +++ b/src/Menus.cpp @@ -2933,7 +2933,7 @@ bool AudacityProject::DoPlayStopSelect(bool click, bool shift) auto &selection = mViewInfo.selectedRegion; // Test WasSpeedPlaying(), not IsSpeedPlaying() // as we could be stopped now. - if (GetScrubber().WasSpeedPlaying()) + if (click && GetScrubber().WasSpeedPlaying()) { ;// don't change the selection. }