Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AppKitBackend] Stop sliders jittering in RandomNumberGeneratorExample #82

Open
stackotter opened this issue Apr 8, 2024 · 0 comments
Labels
AppKitBackend bug Something isn't working

Comments

@stackotter
Copy link
Owner

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 stackotter added bug Something isn't working AppKitBackend labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AppKitBackend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant