From 4bb39eaad8dcff57c297aaf9542113d2eaed9067 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 17 May 2018 19:34:53 +0200 Subject: Make tabs closable. Load file list and master file state back into file list widget. --- src/audioextractor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/audioextractor.cc') diff --git a/src/audioextractor.cc b/src/audioextractor.cc index 962c267..2132cba 100644 --- a/src/audioextractor.cc +++ b/src/audioextractor.cc @@ -49,6 +49,7 @@ AudioExtractor::AudioExtractor(Instrument& instrument, Selections &selections, , instrument(instrument) , selections(selections) { + audiofiles = instrument.getFileList(); } void AudioExtractor::exportSelections() -- cgit v1.2.3