mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:50:37 +00:00
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:
parent
e2d02f8bae
commit
98e2fbfa63
4 changed files with 42 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue