Perhaps a confusing title but let me explain the issue through steps: I have a custom style NSStepper control. If I increment up to the point of my setMax the value will reach max as expected. I can then keep clicking increment and the value of course does not increment.
However if I wanted to decrement from this point I need to click the decrement button on the control the same number of times I incremented past the max. The value will only decrement when I have decremented to this point.
Make sense?
Ideas on solution?
Thanks!