mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
fix for export to fcp/png
This commit is contained in:
parent
f8fe2c1387
commit
318e8e62da
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user