From cb1c11a00ce24c4f45227576d4a343227ea262e3 Mon Sep 17 00:00:00 2001 From: rfm Date: Tue, 13 May 2008 15:06:24 +0000 Subject: [PATCH] revert accidental change git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26521 72102866-910b-0410-8b05-ffd578937521 --- Source/NSWindow.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 12865812d..1fe57e454 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -2635,9 +2635,6 @@ resetCursorRectsForView(NSView *theView) - (void) _didDeminiaturize: sender { _f.is_miniaturized = NO; - /* May need to redraw on deminiaturisation ... - */ - [_wv setNeedsDisplay: YES]; [nc postNotificationName: NSWindowDidDeminiaturizeNotification object: self]; }