Skip to content

Commit

Permalink
Revert Accidental Change
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter committed Dec 16, 2024
1 parent c8ece4b commit 13670dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,6 @@ public class TextViewController: NSViewController {
extension TextViewController: GutterViewDelegate {
public func gutterViewWidthDidUpdate(newWidth: CGFloat) {
gutterView?.frame.size.width = newWidth
textView?.edgeInsets = HorizontalEdgeInsets(left: newWidth, right: 0.0)
textView?.edgeInsets = HorizontalEdgeInsets(left: newWidth, right: textViewTrailingInset)
}
}

0 comments on commit 13670dd

Please sign in to comment.