mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
Further correction.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21688 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b6d2395208
commit
00d55609da
1 changed files with 2 additions and 1 deletions
|
@ -179,7 +179,8 @@ static BOOL done_editing;
|
|||
[editField setStringValue: [selected stringValue]];
|
||||
[edit_view addSubview: editField];
|
||||
// [edit_view displayRect: frame];
|
||||
[edit_view display];
|
||||
[edit_view display];
|
||||
[[edit_view window] flushWindow];
|
||||
[nc addObserver: self
|
||||
selector: @selector(handleNotification:)
|
||||
name: NSControlTextDidEndEditingNotification
|
||||
|
|
Loading…
Reference in a new issue