change in NSBrowser because oldmatrix was getting released twice

various changes to NSMatrix's mousedown to support double clicks
added field editor instance variable to NSWindow


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2830 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
far 1998-07-10 18:44:18 +00:00
parent e2d02f8bae
commit 98e2fbfa63
4 changed files with 42 additions and 13 deletions

View file

@ -363,6 +363,8 @@ static NSRecursiveLock *gnustep_gui_nsview_lock = nil;
if (post_frame_changes)
[[NSNotificationCenter defaultCenter]
postNotificationName:NSViewFrameDidChangeNotification object:self];
[self setNeedsDisplay:YES]; // FAR
}
- (void)setFrameOrigin:(NSPoint)newOrigin