Browse Source

Fix formatting.

pull/2247/head
Siegfried Pammer 5 years ago
parent
commit
e82e144fb6
  1. 2
      ILSpy/TextView/DecompilerTextView.cs

2
ILSpy/TextView/DecompilerTextView.cs

@ -675,7 +675,7 @@ namespace ICSharpCode.ILSpy.TextView
this.nextDecompilationRun.TaskCompletionSource.TrySetCanceled(); this.nextDecompilationRun.TaskCompletionSource.TrySetCanceled();
this.nextDecompilationRun = null; this.nextDecompilationRun = null;
} }
if (nodes != null && (string.IsNullOrEmpty(textOutput.Title) if (nodes != null && (string.IsNullOrEmpty(textOutput.Title)
|| textOutput.Title == Properties.Resources.NewTab)) || textOutput.Title == Properties.Resources.NewTab))
{ {
textOutput.Title = string.Join(", ", nodes.Select(n => n.Text)); textOutput.Title = string.Join(", ", nodes.Select(n => n.Text));

Loading…
Cancel
Save