Skip to content

Commit 13670dd

Browse files
committed
Revert Accidental Change
1 parent c8ece4b commit 13670dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditSourceEditor/Controller/TextViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,6 @@ public class TextViewController: NSViewController {
329329
extension TextViewController: GutterViewDelegate {
330330
public func gutterViewWidthDidUpdate(newWidth: CGFloat) {
331331
gutterView?.frame.size.width = newWidth
332-
textView?.edgeInsets = HorizontalEdgeInsets(left: newWidth, right: 0.0)
332+
textView?.edgeInsets = HorizontalEdgeInsets(left: newWidth, right: textViewTrailingInset)
333333
}
334334
}

0 commit comments

Comments
 (0)