mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 14:32:58 +02:00
This call to redraw overlays when play starts isn't needed...
See commit aeece118e8
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:
@@ -741,10 +741,6 @@ int ControlToolBar::PlayPlayRegion(const SelectedRegion &selectedRegion,
|
|||||||
|
|
||||||
StartScrollingIfPreferred();
|
StartScrollingIfPreferred();
|
||||||
|
|
||||||
// Let other UI update appearance
|
|
||||||
if (p)
|
|
||||||
AdornedRulerPanel::Get( *p ).DrawBothOverlays();
|
|
||||||
|
|
||||||
return token;
|
return token;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user