Skip to content

Commit d6fd1eb

Browse files
committed
Accidental Blue!
1 parent ffdb740 commit d6fd1eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/CodeEditSourceEditor/Minimap/MinimapView.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ public class MinimapView: FlippedNSView {
8585

8686
self.contentView = MinimapContentView()
8787
contentView.translatesAutoresizingMaskIntoConstraints = false
88-
contentView.wantsLayer = true
89-
contentView.layer?.borderWidth = 1.0
90-
contentView.layer?.borderColor = NSColor.blue.cgColor
9188

9289
self.documentVisibleView = NSView()
9390
documentVisibleView.translatesAutoresizingMaskIntoConstraints = false

0 commit comments

Comments
 (0)