|
|
|
@ -27,7 +27,6 @@ namespace ICSharpCode.AvalonEdit.AddIn |
|
|
|
|
|
|
|
|
|
|
|
protected override void OnRender(DrawingContext drawingContext) |
|
|
|
protected override void OnRender(DrawingContext drawingContext) |
|
|
|
{ |
|
|
|
{ |
|
|
|
using (DebugTimer.Time("ChangeMarkerMargin.OnRender")) { |
|
|
|
|
|
|
|
Size renderSize = this.RenderSize; |
|
|
|
Size renderSize = this.RenderSize; |
|
|
|
TextView textView = this.TextView; |
|
|
|
TextView textView = this.TextView; |
|
|
|
|
|
|
|
|
|
|
|
@ -79,7 +78,6 @@ namespace ICSharpCode.AvalonEdit.AddIn |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PathFigure CreateNAngle(params Point[] points) |
|
|
|
PathFigure CreateNAngle(params Point[] points) |
|
|
|
{ |
|
|
|
{ |
|
|
|
|