diff --git a/AppKit/CPButton.j b/AppKit/CPButton.j index 3d468e87d..0fddcf3e7 100644 --- a/AppKit/CPButton.j +++ b/AppKit/CPButton.j @@ -222,7 +222,7 @@ CPButtonImageOffset = 3.0; else if (![anObjectValue isKindOfClass:[CPNumber class]]) anObjectValue = CPOnState; else if (anObjectValue >= CPOnState) - anObjectValue = CPOnState + anObjectValue = CPOnState; else if (anObjectValue < CPOffState) if ([self allowsMixedState]) anObjectValue = CPMixedState;