mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 21:31:56 +00:00
Final changes suggested by @fredkiefer and some small fixes before merge
This commit is contained in:
parent
f9b89c41e6
commit
cf7b9ebd39
4 changed files with 132 additions and 129 deletions
|
@ -139,6 +139,8 @@ static NSImage *unexpandable = nil;
|
|||
- (NSView *) _renderedViewForPath: (NSIndexPath *)path;
|
||||
- (void) _setRenderedView: (NSView *)view forPath: (NSIndexPath *)path;
|
||||
- (id) _prototypeCellViewFromTableColumn: (NSTableColumn *)tb;
|
||||
- (void) _drawCellViewRow: (NSInteger)rowIndex
|
||||
clipRect: (NSRect)clipRect;
|
||||
@end
|
||||
|
||||
@implementation NSOutlineView
|
||||
|
@ -956,9 +958,8 @@ static NSImage *unexpandable = nil;
|
|||
{
|
||||
if (_viewBased)
|
||||
{
|
||||
[[GSTheme theme] drawCellViewRow: rowIndex
|
||||
clipRect: aRect
|
||||
inView: self];
|
||||
[self _drawCellViewRow: rowIndex
|
||||
clipRect: aRect];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue