mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
"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:
parent
400a3e80fe
commit
74261edc3b
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user