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:
@@ -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
|
||||
|
Reference in New Issue
Block a user