swift-cross-ui icon indicating copy to clipboard operation
swift-cross-ui copied to clipboard

[AppKitBackend] Stop sliders jittering in RandomNumberGeneratorExample

Open stackotter opened this issue 1 year ago • 0 comments
trafficstars

The minimum slider's value is forced to be less than the maximum slider's value, and the maximum slider's value is forced to be greater than the minimum slider's value. In SwiftUI this approach works and the slider's range gets limited, however in SwiftCrossUI under the AppKitBackend the sliders jitter back and forth quickly when you slide them past the artificial min/max limits.

stackotter avatar Apr 08 '24 05:04 stackotter