1
0
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:
Paul Licameli
2019-01-24 10:27:20 -05:00
parent d1ad8f55e0
commit 7bb71257ed
14 changed files with 93 additions and 77 deletions

View File

@@ -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;
}