mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
b12a81f134
commit
b6d2395208
2 changed files with 8 additions and 1 deletions
|
@ -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:]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue