mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
update visualization when clip-solution changes
This commit is contained in:
parent
0d0a7c5af3
commit
1a6ace7138
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user