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
288
288
289
289
_textMate = Models . TextMateHelper . CreateForEditor ( this ) ;
290
290
291
- TextArea . LeftMargins . Add ( new LineNumberMargin ( ) { Margin = new Thickness ( 8 , 0 ) } ) ;
292
- TextArea . LeftMargins . Add ( new VerticalSeparatorMargin ( this ) ) ;
293
291
TextArea . LeftMargins . Add ( new CommitInfoMargin ( this ) { Margin = new Thickness ( 8 , 0 ) } ) ;
294
292
TextArea . LeftMargins . Add ( new VerticalSeparatorMargin ( this ) ) ;
293
+ TextArea . LeftMargins . Add ( new LineNumberMargin ( ) { Margin = new Thickness ( 8 , 0 ) } ) ;
294
+ TextArea . LeftMargins . Add ( new VerticalSeparatorMargin ( this ) ) ;
295
295
TextArea . Caret . PositionChanged += OnTextAreaCaretPositionChanged ;
296
296
TextArea . TextView . ContextRequested += OnTextViewContextRequested ;
297
297
TextArea . TextView . VisualLinesChanged += OnTextViewVisualLinesChanged ;
You can’t perform that action at this time.
0 commit comments