mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
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:
parent
fc7fe511ae
commit
c27f79a57d
5 changed files with 90 additions and 14 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue