update visualization when clip-solution changes

This commit is contained in:
Joachim Schöberl 2016-06-16 10:33:01 +01:00
parent 0d0a7c5af3
commit 1a6ace7138

View File

@ -1277,7 +1277,7 @@ proc visual_dialog { } {
foreach i { none scal vec } {
set textval $clipsollabs($i)
$f.m add command -label "$textval" -command \
"$f.b configure -text \"$textval\" ; set visoptions.clipsolution $i ; "
"$f.b configure -text \"$textval\" ; set visoptions.clipsolution $i ; Ng_Vis_Set parameters ; redraw ; puts \"call redraw\" "
}
pack $f.b $f.l -side right