mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Minor changes
This commit is contained in:
parent
a7fb78ecd0
commit
ee2bd354da
1 changed files with 10 additions and 3 deletions
|
@ -328,12 +328,19 @@
|
|||
[o setLabel: (id)newTag];
|
||||
}
|
||||
|
||||
[classManager addAction: [o label]
|
||||
forObject: src];
|
||||
|
||||
// If the src is the first responder, use nil since this
|
||||
// tells AppKit to use the First Responder chain.
|
||||
//if (src == [doc firstResponder])
|
||||
// {
|
||||
// src = nil;
|
||||
// }
|
||||
|
||||
// For control connectors these roles are reversed...
|
||||
[o setSource: dest];
|
||||
[o setDestination: src];
|
||||
|
||||
[classManager addAction: [o label]
|
||||
forObject: src];
|
||||
}
|
||||
else if ([o isKindOfClass: [NSNibOutletConnector class]])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue