From 1a6ace7138a4cd73fcb9445705ecab949419d2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Thu, 16 Jun 2016 10:33:01 +0100 Subject: [PATCH] update visualization when clip-solution changes --- ng/ngvisual.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng/ngvisual.tcl b/ng/ngvisual.tcl index 64004f49..4d71e924 100644 --- a/ng/ngvisual.tcl +++ b/ng/ngvisual.tcl @@ -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