1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02:00

Remove Get/Set functions for selection bounds from AudacityProject

This commit is contained in:
Paul Licameli
2019-03-27 04:15:28 -04:00
parent 7766d9a192
commit 4018b191b4
13 changed files with 58 additions and 56 deletions

View File

@@ -158,7 +158,8 @@ void LyricsWindow::OnTimer(wxCommandEvent &event)
else
{
// Reset lyrics display.
GetLyricsPanel()->Update(mProject->GetSel0());
const auto &selectedRegion = mProject->GetViewInfo().selectedRegion;
GetLyricsPanel()->Update(selectedRegion.t0());
}
// Let other listeners get the notification