This commit is contained in:
Ross Boucher
2009-04-16 18:07:00 -07:00
parent df7fab7e03
commit a8317177c6
+1 -1
View File
@@ -397,7 +397,7 @@ var CPSliderMinValueKey = "CPSliderMinValueKey",
{
_altIncrementValue = [aCoder decodeDoubleForKey:CPSliderAltIncrValueKey];
[self setSliderType:[aCoder decodeIntForkey:CPSliderTypeKey]];
[self setSliderType:[aCoder decodeObjectForKey:CPSliderTypeKey]];
[self setContinuous:YES];
[self setNeedsLayout];