mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Register a predicate with each CommandFlag bit
This commit is contained in:
@@ -1012,7 +1012,7 @@ void LabelTrack::calculateFontHeight(wxDC & dc) const
|
||||
mFontHeight += CursorExtraHeight - (charLeading+charDescent);
|
||||
}
|
||||
|
||||
bool LabelTrack::IsTextSelected()
|
||||
bool LabelTrack::IsTextSelected() const
|
||||
{
|
||||
if (mSelIndex == -1)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user