mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:50:38 +00:00
Fix bug where an NSScrollView incorrectly claimed to be opaque while
its clip view is not. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29156 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9a2f82232f
commit
525ed00081
2 changed files with 4 additions and 1 deletions
|
@ -1290,7 +1290,7 @@ static float scrollerWidth;
|
|||
|
||||
- (BOOL) isOpaque
|
||||
{
|
||||
return YES;
|
||||
return [_contentView isOpaque];
|
||||
}
|
||||
|
||||
- (NSBorderType) borderType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue