cocoa: experimentally, redraw entire window after deminimization

This commit is contained in:
Paul Davis 2025-07-05 08:34:08 -06:00
parent 24343ba7f9
commit ea4616913c

View file

@ -69,6 +69,8 @@
_gdk_quartz_window_attach_to_parent (window);
gdk_synthesize_window_state (window, GDK_WINDOW_STATE_ICONIFIED, 0);
[[self contentView] setNeedsDisplay:TRUE];
}
-(void)windowDidBecomeKey:(NSNotification *)aNotification