mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Make sure .balloonhelp doesn't exist if we try to create it.
This commit is contained in:
@@ -5059,6 +5059,7 @@ proc balloon_popup_help { w } {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
set h .balloonhelp
|
set h .balloonhelp
|
||||||
|
catch { destroy $h }
|
||||||
toplevel $h -bg #000000
|
toplevel $h -bg #000000
|
||||||
label $h.l -text $Balloon(helptext$w) -wraplength 200 -justify left -bg #FFFFC0 -bd 0
|
label $h.l -text $Balloon(helptext$w) -wraplength 200 -justify left -bg #FFFFC0 -bd 0
|
||||||
pack $h.l -padx 1 -pady 1 -ipadx 2 -ipady 1
|
pack $h.l -padx 1 -pady 1 -ipadx 2 -ipady 1
|
||||||
|
|||||||
Reference in New Issue
Block a user