- Timestamp:
- Oct 6, 2011, 9:36:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkstreamlinesviewer.tcl
r2601 r2603 1025 1025 foreach name [array names _vectorFields] { 1026 1026 set value $_vectorFields($name) 1027 $itk_component(field) choices insert end "$ name" "$value"1027 $itk_component(field) choices insert end "$value" "$name" 1028 1028 } 1029 1029 foreach name [array names _scalarFields] { 1030 1030 set value $_scalarFields($name) 1031 $itk_component(field) choices insert end "$ name" "$value"1031 $itk_component(field) choices insert end "$value" "$name" 1032 1032 } 1033 1033 $itk_component(field) value $_currentField
Note: See TracChangeset
for help on using the changeset viewer.