mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:30:38 +00:00
Small keyed decoing improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29963 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
93e1163bde
commit
60daf66eb6
5 changed files with 24 additions and 11 deletions
|
@ -778,8 +778,7 @@ static inline NSRect integralRect (NSRect rect, NSView *view)
|
|||
[self setAutoresizesSubviews: YES];
|
||||
|
||||
[self setBackgroundColor: [aDecoder decodeObjectForKey: @"NSBGColor"]];
|
||||
[self setDocumentCursor:
|
||||
RETAIN([aDecoder decodeObjectForKey: @"NSCursor"])];
|
||||
[self setDocumentCursor: [aDecoder decodeObjectForKey: @"NSCursor"]];
|
||||
|
||||
if ([aDecoder containsValueForKey: @"NScvFlags"])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue