1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02:00

Remove unnecessary button update of ruler from Scrubbing...

... this is a remnant of the abandoned experiment that put other buttons in
the ruler besides the pinned play head

See commit 6a3613e8e97da5164da881a179f1b64ac098d472
This commit is contained in:
Paul Licameli 2019-07-03 19:54:34 -04:00
parent eb4eba6325
commit 3c858dd343

View File

@ -1099,10 +1099,6 @@ void Scrubber::OnScrubOrSeek(bool seek)
mSeeking = seek;
CheckMenuItems();
auto &ruler = AdornedRulerPanel::Get( *mProject );
// Update button images
ruler.UpdateButtonStates();
}
void Scrubber::OnScrub(const CommandContext&)