Merge branch 'master' of github.com:280north/cappuccino

This commit is contained in:
Francisco Ryan Tolmasky I
2011-05-31 00:46:23 -07:00
3 changed files with 4 additions and 7 deletions
+3
View File
@@ -279,6 +279,9 @@ var _CPLevelIndicatorBezelColor = nil,
// Track the mouse to support click and slide value editing.
_isTracking = YES;
[CPApp setTarget:self selector:@selector(_trackMouse:) forNextEventMatchingMask:CPLeftMouseDraggedMask | CPLeftMouseUpMask untilDate:nil inMode:nil dequeue:YES];
if ([self isContinuous])
[self sendAction:[self action] to:[self target]];
}
else if (_isTracking)
{
-7
View File
@@ -662,13 +662,6 @@ NOT YET IMPLEMENTED
[self reloadData];
}
/*!
@ignore
*/
- (void)setThemeState:(int)aState
{
}
/*!
Returns the intercell spacing in a CGSize object.
*/
+1
View File
@@ -58,6 +58,7 @@
_numberOfMajorTickMarks = [cell numberOfMajorTickMarks];
[self setEditable:[cell isEditable]];
[self setContinuous:[cell isContinuous]];
return self;
}