folder loading and saving is fixed

This commit is contained in:
itsmattkc
2018-07-11 19:39:17 +01:00
parent 94f02dfedd
commit 421788f63b
6 changed files with 436 additions and 128 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ void NewSequenceDialog::on_buttonBox_accepted()
s->audio_frequency = ui->audio_frequency_combobox->currentData().toInt();
s->audio_layout = AV_CH_LAYOUT_STEREO;
panel_project->new_sequence(s, true);
panel_project->new_sequence(s, true, NULL);
}
void NewSequenceDialog::on_comboBox_currentIndexChanged(int index)