mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Removed some garbage comments I unadvertitely left.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5194 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1dbe9c3026
commit
d397d9872f
1 changed files with 0 additions and 4 deletions
|
@ -526,8 +526,6 @@ static NSColor *shadowCol;
|
|||
[textObject setText: [self stringValue]];
|
||||
[controlView addSubview: textObject];
|
||||
[[controlView window] makeFirstResponder: textObject];
|
||||
// Attention: if you see crashes, they are likely to come
|
||||
// from the following message. Fix NSText.
|
||||
[textObject display];
|
||||
|
||||
if ([theEvent type] == NSLeftMouseDown)
|
||||
|
@ -557,8 +555,6 @@ static NSColor *shadowCol;
|
|||
[controlView addSubview: textObject];
|
||||
[textObject setSelectedRange: NSMakeRange (selStart, selLength)];
|
||||
[[controlView window] makeFirstResponder: textObject];
|
||||
// Attention: if you see crashes, they are likely to come
|
||||
// from the following message. Fix NSText.
|
||||
[textObject display];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue