mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 19:21:59 +01:00
Rename LabelTrack::IsSelected so it doesn't shadow Track::IsSelected
This commit is contained in:
@@ -2274,7 +2274,7 @@ void LabelTrack::Unselect()
|
||||
mSelIndex = -1;
|
||||
}
|
||||
|
||||
bool LabelTrack::IsSelected() const
|
||||
bool LabelTrack::HasSelection() const
|
||||
{
|
||||
return (mSelIndex >= 0 && mSelIndex < (int)mLabels.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user