mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:50:55 +00:00
Fix bad backgrounds on NSBox items loaded from gorm files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@39510 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2c8aba77c6
commit
952c5714a7
1 changed files with 2 additions and 0 deletions
|
@ -649,6 +649,8 @@
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
[self setBorderColor:[NSColor clearColor]];
|
||||||
|
[self setFillColor:[NSColor clearColor]];
|
||||||
[aDecoder decodeValueOfObjCType: @encode(id) at: &_cell];
|
[aDecoder decodeValueOfObjCType: @encode(id) at: &_cell];
|
||||||
_offsets = [aDecoder decodeSize];
|
_offsets = [aDecoder decodeSize];
|
||||||
[aDecoder decodeValueOfObjCType: @encode(int)
|
[aDecoder decodeValueOfObjCType: @encode(int)
|
||||||
|
|
Loading…
Reference in a new issue