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 79add95 commit 317caa9Copy full SHA for 317caa9
1 file changed
Sources/Knob-macOS/Knob.swift
@@ -136,6 +136,13 @@ open class Knob: NSControl {
136
override public var wantsUpdateLayer: Bool { true }
137
override public var isFlipped: Bool { true }
138
139
+ override public var tag: Int {
140
+ get { tag_ }
141
+ set { tag_ = newValue }
142
+ }
143
+
144
+ private var tag_: Int = -1
145
146
/**
147
Construction from an encoded representation.
148
0 commit comments