cappuccino / cappuccino

Web Application Framework in JavaScript and Objective-J
https://cappuccino.dev/
GNU Lesser General Public License v2.1
2.2k stars 333 forks source link

Fix CPSlider's problems when set to "Only stop at tick marks". #3044

Closed michaelbach closed 1 year ago

michaelbach commented 1 year ago

Fix: slider knob did not follow setObjectValue when set to "Only stop at tick marks". Needed a new method closestTickMarkValueToIndex, called in knobRectForBounds. Tick marks still aren't drawn, but binding to value works now.

cappbot commented 1 year ago

Milestone: Someday. Label: #new. What's next? A reviewer should examine this issue.

michaelbach commented 1 year ago

this pull request had unrelated changes