TGPDiscreteSlider accessor fix

This commit is contained in:
Xavier Schott 2018-06-04 18:57:31 -07:00
parent 1c634aac0f
commit 2d63e062e1
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ public class TGPDiscreteSlider:TGPSlider_INTERFACE_BUILDER {
let segments = CGFloat(max(1, tickCount - 1))
return trackRectangle.width / segments
}
set {}
}
@objc public var ticksListener:TGPControlsTicksProtocol? = nil {