1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 16:50:26 +02:00

Restore selected status of tracks correctly in export multiple

This commit is contained in:
Paul Licameli 2016-12-21 13:15:07 -05:00
parent 7b073cd63c
commit d9be2be137
2 changed files with 1 additions and 4 deletions

View File

@ -933,7 +933,7 @@ ProgressResult ExportMultiple::ExportMultipleByTrack(bool byName,
}
// Restore the selection states
for (auto pTrack : mSelected)
for (auto pTrack : selected)
pTrack->SetSelected(true);
return ok ;

View File

@ -113,9 +113,6 @@ private:
int mNumLabels;
int mNumWaveTracks;
// PRL: This is never populated anywhere?
std::vector<Track*> mSelected;
int mFilterIndex; /**< The index in the drop-down list of export
formats (mFormat) of the selected export format.
This list includes all possible