File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -288,10 +288,10 @@ public int TabWidth
288288
289289 _textMate = Models . TextMateHelper . CreateForEditor ( this ) ;
290290
291- TextArea . LeftMargins . Add ( new LineNumberMargin ( ) { Margin = new Thickness ( 8 , 0 ) } ) ;
292- TextArea . LeftMargins . Add ( new VerticalSeparatorMargin ( this ) ) ;
293291 TextArea . LeftMargins . Add ( new CommitInfoMargin ( this ) { Margin = new Thickness ( 8 , 0 ) } ) ;
294292 TextArea . LeftMargins . Add ( new VerticalSeparatorMargin ( this ) ) ;
293+ TextArea . LeftMargins . Add ( new LineNumberMargin ( ) { Margin = new Thickness ( 8 , 0 ) } ) ;
294+ TextArea . LeftMargins . Add ( new VerticalSeparatorMargin ( this ) ) ;
295295 TextArea . Caret . PositionChanged += OnTextAreaCaretPositionChanged ;
296296 TextArea . TextView . ContextRequested += OnTextViewContextRequested ;
297297 TextArea . TextView . VisualLinesChanged += OnTextViewVisualLinesChanged ;
You can’t perform that action at this time.
0 commit comments