From 8cc414bfff40effeca9179cc45b3e4a55bccdc3a Mon Sep 17 00:00:00 2001 From: culler Date: Mon, 31 May 2021 17:47:51 +0000 Subject: Redraw windows after deiconify. Fixes [d4d6319b9d]. Also fixes empty tooltip windows. --- macosx/tkMacOSXWm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index 25bba72..0f49e4b 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -1942,6 +1942,8 @@ WmDeiconifyCmd( } } + [[win contentView] setNeedsDisplay:YES]; + Tcl_DoWhenIdle(TkMacOSXDrawAllViews, NULL); return TCL_OK; } -- cgit v0.12