mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Update per comments by @fredkiefer
This commit is contained in:
parent
87a73db572
commit
3efb4ce9f3
1 changed files with 5 additions and 8 deletions
|
@ -2022,15 +2022,12 @@ static BOOL _isInInterfaceBuilder = NO;
|
|||
}
|
||||
|
||||
// awaken the owner
|
||||
if ([owner respondsToSelector: @selector(awakeFromNib)])
|
||||
{
|
||||
[owner awakeFromNib];
|
||||
[owner awakeFromNib];
|
||||
|
||||
// If we are in Gorm/IB, set the object up for display
|
||||
if ([NSClassSwapper isInInterfaceBuilder] == YES)
|
||||
{
|
||||
[obj prepareForInterfaceBuilder];
|
||||
}
|
||||
// If we are in Gorm/IB, set the object up for display
|
||||
if ([NSClassSwapper isInInterfaceBuilder] == YES)
|
||||
{
|
||||
[owner prepareForInterfaceBuilder];
|
||||
}
|
||||
|
||||
// bring visible windows to front...
|
||||
|
|
Loading…
Reference in a new issue