Skip to content

Commit

Permalink
Merge branch 'main' into remove-ns-layout-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter authored Jan 12, 2023
2 parents c711521 + cc6d9d5 commit 974aa05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/CodeEditTextView/STTextViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public class STTextViewController: NSViewController, STTextViewDelegate, ThemeAt
rulerView?.separatorColor = theme.invisibles
rulerView?.baselineOffset = baselineOffset

(view as? NSScrollView)?.backgroundColor = theme.background
(view as? NSScrollView)?.contentView.contentInsets.bottom = bottomContentInsets

setStandardAttributes()
Expand Down

0 comments on commit 974aa05

Please sign in to comment.