mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 13:12:17 +01:00
static AdornedRulerPanel::Get()...
... not member functions of AudacityProject
This commit is contained in:
@@ -731,7 +731,7 @@ int ControlToolBar::PlayPlayRegion(const SelectedRegion &selectedRegion,
|
||||
|
||||
// Let other UI update appearance
|
||||
if (p)
|
||||
p->GetRulerPanel()->DrawBothOverlays();
|
||||
AdornedRulerPanel::Get( *p ).DrawBothOverlays();
|
||||
|
||||
return token;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user