mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-24 11:20:42 +00:00
Merge branch 'master' of github.com:280north/cappuccino
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -662,13 +662,6 @@ NOT YET IMPLEMENTED
|
||||
[self reloadData];
|
||||
}
|
||||
|
||||
/*!
|
||||
@ignore
|
||||
*/
|
||||
- (void)setThemeState:(int)aState
|
||||
{
|
||||
}
|
||||
|
||||
/*!
|
||||
Returns the intercell spacing in a CGSize object.
|
||||
*/
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
_numberOfMajorTickMarks = [cell numberOfMajorTickMarks];
|
||||
|
||||
[self setEditable:[cell isEditable]];
|
||||
[self setContinuous:[cell isContinuous]];
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user