1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +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 6a3613e8e9
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&)