mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2025-01-31 13:01:39 +01:00
Minor reverts.
This commit is contained in:
parent
72e007ea8b
commit
2825d5be6e
@ -14,8 +14,8 @@ namespace Nikse.SubtitleEdit.Core
|
||||
private readonly List<HistoryItem> _history;
|
||||
private SubtitleFormat _format;
|
||||
private bool _wasLoadedWithFrameNumbers;
|
||||
public string Header { get; set; } = "";
|
||||
public string Footer { get; set; } = "";
|
||||
public string Header { get; set; } = string.Empty;
|
||||
public string Footer { get; set; } = string.Empty;
|
||||
|
||||
public string FileName { get; set; }
|
||||
|
||||
|
@ -18288,8 +18288,6 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
|
||||
private void ToolsToolStripMenuItemDropDownOpening(object sender, EventArgs e)
|
||||
{
|
||||
SubtitleFormat format = GetCurrentSubtitleFormat();
|
||||
|
||||
if (_subtitle?.Paragraphs.Count > 0 && _networkSession == null)
|
||||
{
|
||||
toolStripSeparator23.Visible = true;
|
||||
@ -18302,8 +18300,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
toolStripMenuItemMakeEmptyFromCurrent.Visible = false;
|
||||
toolStripMenuItemShowOriginalInPreview.Checked = false;
|
||||
}
|
||||
|
||||
styleToolStripMenuItem.Visible = format.HasStyleSupport;
|
||||
styleToolStripMenuItem.Visible = GetCurrentSubtitleFormat().HasStyleSupport;
|
||||
}
|
||||
|
||||
private void ContextMenuStripWaveformOpening(object sender, System.ComponentModel.CancelEventArgs e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user