cogentcore / core

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.32k stars 71 forks source link

Support enforcing spinner step #866

Closed kkoreilly closed 5 months ago

kkoreilly commented 5 months ago

Describe the feature

This would allow people to ensure that the value of the spinner is always a multiple of the step.

Relevant code

EnforceStep bool
kkoreilly commented 5 months ago

This has been implemented in the commits above.