From 080aeeed22a914bdf8f1de650e6a4f2c34824104 Mon Sep 17 00:00:00 2001 From: culler Date: Mon, 20 May 2024 23:04:54 +0000 Subject: Restore the call to TkPointerDeadWindow - Windows needs it; probably macOS does too. --- macosx/tkMacOSXSubwindows.c | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c index b3eab4a..0e4820e 100644 --- a/macosx/tkMacOSXSubwindows.c +++ b/macosx/tkMacOSXSubwindows.c @@ -63,6 +63,7 @@ XDestroyWindow( */ TkMacOSXSelDeadWindow(macWin->winPtr); + TkPointerDeadWindow(macWin->winPtr); macWin->toplevel->referenceCount--; if (!Tk_IsTopLevel(macWin->winPtr)) { -- cgit v0.12