We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f9351 commit 4f169e5Copy full SHA for 4f169e5
Sources/CodeEditSourceEditor/Gutter/GutterView.swift
@@ -242,7 +242,6 @@ public class GutterView: NSView {
242
CATransaction.begin()
243
superview?.clipsToBounds = false
244
superview?.layer?.masksToBounds = false
245
-// layer?.backgroundColor = backgroundColor?.cgColor
246
updateWidthIfNeeded()
247
drawBackground(context)
248
drawSelectedLines(context)
0 commit comments