make save and open panels usable on mswindows

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26520 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-05-13 15:04:01 +00:00
parent fc7fe511ae
commit c27f79a57d
5 changed files with 90 additions and 14 deletions

View file

@ -2635,6 +2635,9 @@ resetCursorRectsForView(NSView *theView)
- (void) _didDeminiaturize: sender
{
_f.is_miniaturized = NO;
/* May need to redraw on deminiaturisation ...
*/
[_wv setNeedsDisplay: YES];
[nc postNotificationName: NSWindowDidDeminiaturizeNotification object: self];
}