Added isOpaque method and irrelevant optimization.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5211 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-11-16 23:46:02 +00:00
parent 53bcb50240
commit 47beac49d9

View file

@ -1046,7 +1046,7 @@
[_horizontalScroller setEnabled: YES];
}
[self setNeedsDisplay: YES];
[self setNeedsDisplayInRect: _scrollerRect];
}
//
@ -1468,6 +1468,11 @@
}
}
- (BOOL) isOpaque
{
return NO;
}
//
// Displaying the Control and Cell
//