mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Bug1442: fix cyclic TAB navigation among labels...
... with this small difference from 2.1.2 behavior: when no label is highlighted, the selection becomes empty.
This commit is contained in:
@@ -1803,6 +1803,7 @@ bool LabelTrack::OnKeyDown(SelectedRegion &newSel, wxKeyEvent & event)
|
||||
newSel = newLabel.selectedRegion;
|
||||
}
|
||||
else {
|
||||
newSel = SelectedRegion{};
|
||||
mSelIndex = -1;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user