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:
Gregory John Casamento 2005-08-30 01:30:59 +00:00
parent b6d2395208
commit 00d55609da

View file

@ -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