mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Corrected bug#13756.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21468 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
37914f9227
commit
2be1a8d168
2 changed files with 5 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-13 22:51 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/2Controls/GormButtonEditor.m: Corrected issue with
|
||||
button editing. bug #13756.
|
||||
|
||||
2005-07-13 09:01 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormClassEditor.m: Corrected problem selecting NSObject
|
||||
|
|
|
@ -266,8 +266,6 @@ static NSRect oldFrame;
|
|||
|
||||
@implementation GormButtonEditor
|
||||
|
||||
|
||||
|
||||
- (void) handleNotification: (NSNotification*)aNotification
|
||||
{
|
||||
NSString *name = [aNotification name];
|
||||
|
@ -322,11 +320,6 @@ static NSRect oldFrame;
|
|||
[[self window] flushWindow];
|
||||
}
|
||||
}
|
||||
|
||||
[[NSNotificationCenter defaultCenter]
|
||||
removeObserver: self
|
||||
name: NSViewFrameDidChangeNotification
|
||||
object: nil];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue