diff --git a/Source/NSControl.m b/Source/NSControl.m index 36c88108c..f1521d8ef 100644 --- a/Source/NSControl.m +++ b/Source/NSControl.m @@ -307,6 +307,11 @@ static id _NSCONTROL_CELL_CLASS = nil; // // Displaying the Control and Cell // +- (void) drawRect: (NSRect)aRect +{ + [self drawCell: cell]; +} + - (void) drawCell: (NSCell *)aCell { if (cell == aCell)