fix for export to fcp/png

This commit is contained in:
Nikolaj Olsson 2014-08-26 18:34:27 +02:00
parent f8fe2c1387
commit 318e8e62da

View File

@ -2704,6 +2704,7 @@ $DROP=[DROPVALUE]" + Environment.NewLine + Environment.NewLine +
comboBoxResolution.Items.Add("DVCPROHD-1080i50");
comboBoxResolution.Items.Add("HD-(1440x1080)");
comboBoxResolution.SelectedIndex = 3; // 720p
buttonCustomResolution.Visible = false;
}
subtitleListView1.Fill(_subtitle);