mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Update SetLabelCommand.cpp
SetLabels: command may put labels out of order, so sort them after.
This commit is contained in:
@@ -112,5 +112,6 @@ bool SetLabelCommand::Apply(const CommandContext & context)
|
||||
labelTrack->mSelIndex = -1;
|
||||
}
|
||||
|
||||
labelTrack->SortLabels();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user