mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 15:49:42 +02:00
This call to redraw overlays when play starts isn't needed...
See commit aeece118e8950d2aeee60ef4e1b2a2ee752129cd which changed it from the original call intended to hide the quick-play indicator in case that is how the play starts; but other things in that commit were sufficient to guarantee that
This commit is contained in:
parent
770ea8fe15
commit
e815949535
@ -741,10 +741,6 @@ int ControlToolBar::PlayPlayRegion(const SelectedRegion &selectedRegion,
|
||||
|
||||
StartScrollingIfPreferred();
|
||||
|
||||
// Let other UI update appearance
|
||||
if (p)
|
||||
AdornedRulerPanel::Get( *p ).DrawBothOverlays();
|
||||
|
||||
return token;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user