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:
@@ -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&)
|
||||
|
Reference in New Issue
Block a user