Skip to content

Commit

Permalink
Delete coordinates delete mean errors also
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiki committed Dec 11, 2024
1 parent 0c05a33 commit 080047c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/maskgeo.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3219,7 +3219,7 @@ proc CooDel {c} {
regsub "_coo$" $c "" fn
foreach p [array names $c] {
upvar #0 ${c}($p) buf
set buf [DelVal {37 38 39 137 138 139} $buf]
set buf [DelVal {37 38 39 137 138 139 237 238 239} $buf]
set geoChanged($fn) 1
}
if {$autoRefresh} {
Expand Down Expand Up @@ -3263,7 +3263,7 @@ proc CooDelDetail {c} {
foreach p $detail {
if {[info exists ${c}($p)]} {
upvar #0 ${c}($p) buf
set buf [DelVal {37 38 39 137 138 139} $buf]
set buf [DelVal {37 38 39 137 138 139 237 238 239} $buf]
set geoChanged($fn) 1
}
}
Expand Down

0 comments on commit 080047c

Please sign in to comment.