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 ffdb740 commit d6fd1ebCopy full SHA for d6fd1eb
Sources/CodeEditSourceEditor/Minimap/MinimapView.swift
@@ -85,9 +85,6 @@ public class MinimapView: FlippedNSView {
85
86
self.contentView = MinimapContentView()
87
contentView.translatesAutoresizingMaskIntoConstraints = false
88
- contentView.wantsLayer = true
89
- contentView.layer?.borderWidth = 1.0
90
- contentView.layer?.borderColor = NSColor.blue.cgColor
91
92
self.documentVisibleView = NSView()
93
documentVisibleView.translatesAutoresizingMaskIntoConstraints = false
0 commit comments