"Create new empty translation from current subtitle" - preview texts in waveform/video are now automatic from current translation (and not original) - thx Krystian :)

This commit is contained in:
niksedk 2014-04-09 20:21:12 +02:00
parent 400a3e80fe
commit 74261edc3b

View File

@ -17074,6 +17074,13 @@ namespace Nikse.SubtitleEdit.Forms
_fileName = null;
SetupAlternateEdit();
ResetHistory();
if (toolStripMenuItemShowOriginalInPreview.Checked)
{
toolStripMenuItemShowOriginalInPreview.Checked = false;
Configuration.Settings.General.ShowOriginalAsPreviewIfAvailable = false;
audioVisualizer.Invalidate();
}
}
}