summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2021-04-29 16:24:46 (GMT)
committermarc_culler <marc.culler@gmail.com>2021-04-29 16:24:46 (GMT)
commit5d7033d0846109740b2bff177df2ff01a1e655ca (patch)
tree03d38643038df2f4854a20fda46f1745104d2e2d /macosx
parent18c3f4d712b9916fd2746ba7060593e8b01f8e87 (diff)
downloadtk-5d7033d0846109740b2bff177df2ff01a1e655ca.zip
tk-5d7033d0846109740b2bff177df2ff01a1e655ca.tar.gz
tk-5d7033d0846109740b2bff177df2ff01a1e655ca.tar.bz2
Add a call to [window display] after creating a new window. This makes the tests work in High Sierra.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXWm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index e4f08a6..e039072 100644
--- a/macosx/tkMacOSXWm.c
+++ b/macosx/tkMacOSXWm.c
@@ -6274,6 +6274,7 @@ TkMacOSXMakeRealWindowExist(
Tk_ChangeWindowAttributes((Tk_Window)winPtr, CWOverrideRedirect, &atts);
ApplyContainerOverrideChanges(winPtr, NULL);
}
+ [window display];
}
/*