mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
Make NSMenuView return NO for isOpaque
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29596 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
23b37df715
commit
fb11be2f73
2 changed files with 8 additions and 1 deletions
|
@ -1216,7 +1216,7 @@ static NSMapTable *viewInfo = 0;
|
|||
*/
|
||||
- (BOOL) isOpaque
|
||||
{
|
||||
return YES;
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (void) drawRect: (NSRect)rect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue