diff --git a/AppKit/CPSlider.j b/AppKit/CPSlider.j index 3bdc055431..efa3d92096 100644 --- a/AppKit/CPSlider.j +++ b/AppKit/CPSlider.j @@ -173,6 +173,16 @@ return [super createEphemeralSubviewNamed:aName]; } +- (void)setAltIncrementValue:(float)anAltIncrementValue +{ + _altIncrementValue = anAltIncrementValue; +} + +- (float)altIncrementValue +{ + return _altIncrementValue; +} + - (int)isVertical { var bounds = [self bounds],