fix infowindow (wrong window path)

This commit is contained in:
Stefan Frederik 2021-11-29 19:14:24 +01:00
parent 40803e47c5
commit e2197844ca
1 changed files with 1 additions and 1 deletions

View File

@ -2878,7 +2878,7 @@ proc infowindow {} {
set z {.infotext}
if ![string compare $infotxt ""] {
if [winfo exists $z] {
$z.text delete 1.0 end
$z.f1.text delete 1.0 end
}
}
if ![winfo exists $z] {