mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
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:
parent
53bcb50240
commit
47beac49d9
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue