Browse Source

remove ChangeMarkerMargin from DecompiledViewContent, because there won't ever be changes :)

pull/80/head
Siegfried Pammer 12 years ago
parent
commit
cd75086931
  1. 1
      src/AddIns/DisplayBindings/ILSpyAddIn/DecompiledViewContent.cs

1
src/AddIns/DisplayBindings/ILSpyAddIn/DecompiledViewContent.cs

@ -45,6 +45,7 @@ namespace ICSharpCode.ILSpyAddIn @@ -45,6 +45,7 @@ namespace ICSharpCode.ILSpyAddIn
this.DecompiledTypeName = typeName;
this.Services = codeEditor.GetRequiredService<IServiceContainer>();
codeEditor.PrimaryTextEditor.TextArea.LeftMargins.RemoveAll(m => m is ChangeMarkerMargin);
this.jumpToEntityIdStringWhenDecompilationFinished = entityTag;
this.TitleName = "[" + ReflectionHelper.SplitTypeParameterCountFromReflectionName(typeName.Type.Name) + "]";

Loading…
Cancel
Save