fixed snapping bug causing 0 frame clips to occur

This commit is contained in:
itsmattkc
2018-07-08 14:55:52 +01:00
parent 4b29e19a3e
commit ef31d6a29d
6 changed files with 28 additions and 16 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);
panel_project->new_sequence(s, true);
}
void NewSequenceDialog::on_comboBox_currentIndexChanged(int index)