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]; }