1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 06:08:40 +02:00

Bug1093: Now selection in Waveform view will not delete frequency selection

This commit is contained in:
Paul Licameli 2015-07-25 13:53:39 -04:00
parent fd274e6d0e
commit d3c9a9fd80

View File

@ -3128,9 +3128,8 @@ void TrackPanel::StartFreqSelection (int mouseYCoordinate, int trackTopEdge,
mFreqSelPin =
PositionToFrequency(false, mouseYCoordinate,
trackTopEdge, trackHeight, rate, logF);
}
mViewInfo->selectedRegion.setFrequencies(mFreqSelPin, mFreqSelPin);
}
}
void TrackPanel::ExtendFreqSelection(int mouseYCoordinate, int trackTopEdge,