Corrected transparency issue.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21687 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-08-29 23:39:54 +00:00
parent b12a81f134
commit b6d2395208
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-08-29 19:40 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormMatrixEditor.m: Corrected bug in
editTitleWithEvent: which was causing a portion of the window
to become transparent.
2005-08-19 00:24 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormDocument.m: [GormDocument attachObject:toParent:]

View file

@ -178,7 +178,8 @@ static BOOL done_editing;
else
[editField setStringValue: [selected stringValue]];
[edit_view addSubview: editField];
[edit_view displayRect: frame];
// [edit_view displayRect: frame];
[edit_view display];
[nc addObserver: self
selector: @selector(handleNotification:)
name: NSControlTextDidEndEditingNotification