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 8a549a7 commit 048e1b3Copy full SHA for 048e1b3
Sources/Features/Views/OpaqueView.swift
@@ -0,0 +1,5 @@
1
+import Cocoa
2
+
3
+class OpaqueView: NSView {
4
+ override var isOpaque: Bool { return true }
5
+}
0 commit comments