Browse Source

Insert icon bar at index 0.

pull/219/head
Eusebiu Marcu 15 years ago
parent
commit
77786a3fdc
  1. 2
      ILSpy/TextView/DecompilerTextView.cs

2
ILSpy/TextView/DecompilerTextView.cs

@ -100,7 +100,7 @@ namespace ICSharpCode.ILSpy.TextView @@ -100,7 +100,7 @@ namespace ICSharpCode.ILSpy.TextView
textEditor.TextArea.TextView.BackgroundRenderers.Add(textMarkerService);
textEditor.TextArea.TextView.LineTransformers.Add(textMarkerService);
textEditor.TextArea.LeftMargins.Add(iconMargin);
textEditor.TextArea.LeftMargins.Insert(0, iconMargin);
textEditor.TextArea.TextView.VisualLinesChanged += delegate { iconMargin.InvalidateVisual(); };
// Bookmarks context menu

Loading…
Cancel
Save