mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 13:30:48 +00:00
Show tabview properly
This commit is contained in:
parent
d41635855f
commit
e96106c295
2 changed files with 10 additions and 8 deletions
|
@ -181,11 +181,6 @@
|
|||
[tv setTabViewType: NSTopTabsBezelBorder];
|
||||
}
|
||||
}
|
||||
if ([coder containsValueForKey: @"NSTabViewItems"])
|
||||
{
|
||||
NSArray *items = [coder decodeObjectForKey: @"NSTabViewItems"];
|
||||
[self setTabViewItems: items];
|
||||
}
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue