Skip to content

Commit

Permalink
Update STTextViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff authored Oct 3, 2022
1 parent a7c73cc commit b7ff8f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/CodeEditTextView/STTextViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public class STTextViewController: NSViewController, STTextViewDelegate {
rulerView = STLineNumberRulerView(textView: textView, scrollView: scrollView)
rulerView.backgroundColor = theme.background
rulerView.textColor = .systemGray
// rulerView.separatorColor = theme.invisibles
rulerView.drawSeparator = false
rulerView.baselineOffset = baselineOffset
rulerView.font = NSFont.monospacedDigitSystemFont(ofSize: 9.5, weight: .regular)
Expand Down

0 comments on commit b7ff8f6

Please sign in to comment.