From d22f9979a5000efadda1dc9cfff9eba87dd6a4e4 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Sun, 2 Nov 2025 09:16:23 -0500 Subject: [PATCH] Make sure .balloonhelp doesn't exist if we try to create it. --- scripts/tkremind.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tkremind.in b/scripts/tkremind.in index 5dfedaa4..64f9b29a 100644 --- a/scripts/tkremind.in +++ b/scripts/tkremind.in @@ -4176,6 +4176,7 @@ proc details_popup { pairs } { global Balloon set maxwid 80 set h .balloonhelp + catch { destroy $h } set c 0 toplevel $h -bg #000000 frame $h.l -padx 0 -pady 0 -highlightthickness 0 -relief flat -bd 0 -bg #FFFFC0