From 22c931729b03e55fc3bbacb2f2d99cb67de494da Mon Sep 17 00:00:00 2001 From: Randall Luecke Date: Fri, 22 Jan 2010 10:50:29 -0500 Subject: [PATCH] Removed additional references to disabled HUD scrollbar knobs. --- AppKit/Themes/Aristo/ThemeDescriptors.j | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppKit/Themes/Aristo/ThemeDescriptors.j b/AppKit/Themes/Aristo/ThemeDescriptors.j index 7554c0562..d709b2142 100644 --- a/AppKit/Themes/Aristo/ThemeDescriptors.j +++ b/AppKit/Themes/Aristo/ThemeDescriptors.j @@ -882,16 +882,16 @@ ] isVertical:NO]); - var knobDisabledColor = PatternColor([[CPThreePartImage alloc] initWithImageSlices: + /*var knobDisabledColor = PatternColor([[CPThreePartImage alloc] initWithImageSlices: [ [_CPCibCustomResource imageResourceWithName:"HUD/scroller-horizontal-knob-disabled-left.png" size:CGSizeMake(10.0, 15.0)], [_CPCibCustomResource imageResourceWithName:"HUD/scroller-horizontal-knob-disabled-center.png" size:CGSizeMake(1.0, 15.0)], [_CPCibCustomResource imageResourceWithName:"HUD/scroller-horizontal-knob-disabled-right.png" size:CGSizeMake(10.0, 15.0)] ] - isVertical:NO]); + isVertical:NO]);*/ [scroller setValue:knobColor forThemeAttribute:@"knob-color"]; - [scroller setValue:knobDisabledColor forThemeAttribute:@"knob-color" inState:CPThemeStateDisabled]; + //[scroller setValue:knobDisabledColor forThemeAttribute:@"knob-color" inState:CPThemeStateDisabled]; [scroller setFloatValue:0.1]; [scroller setKnobProportion:0.5];