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:
parent
7b073cd63c
commit
d9be2be137
@ -933,7 +933,7 @@ ProgressResult ExportMultiple::ExportMultipleByTrack(bool byName,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Restore the selection states
|
// Restore the selection states
|
||||||
for (auto pTrack : mSelected)
|
for (auto pTrack : selected)
|
||||||
pTrack->SetSelected(true);
|
pTrack->SetSelected(true);
|
||||||
|
|
||||||
return ok ;
|
return ok ;
|
||||||
|
@ -113,9 +113,6 @@ private:
|
|||||||
int mNumLabels;
|
int mNumLabels;
|
||||||
int mNumWaveTracks;
|
int mNumWaveTracks;
|
||||||
|
|
||||||
// PRL: This is never populated anywhere?
|
|
||||||
std::vector<Track*> mSelected;
|
|
||||||
|
|
||||||
int mFilterIndex; /**< The index in the drop-down list of export
|
int mFilterIndex; /**< The index in the drop-down list of export
|
||||||
formats (mFormat) of the selected export format.
|
formats (mFormat) of the selected export format.
|
||||||
This list includes all possible
|
This list includes all possible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user