Skip to content
Snippets Groups Projects
Commit 5f7615d9 authored by Matthew Webster's avatar Matthew Webster
Browse files

compute size for exclusion mask option

parent 6d5759ff
No related branches found
No related tags found
No related merge requests found
...@@ -364,6 +364,7 @@ proc fdt:dialog { w tclstartupfile } { ...@@ -364,6 +364,7 @@ proc fdt:dialog { w tclstartupfile } {
} else { } else {
pack forget $w.data.exclude pack forget $w.data.exclude
} }
$w.probtrack compute_size
} }
checkbutton $w.data.exclude_yn -text "Use exclusion mask" -variable probtrack(exclude_yn) \ checkbutton $w.data.exclude_yn -text "Use exclusion mask" -variable probtrack(exclude_yn) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment