- Timestamp:
- May 14, 2016, 3:51:42 AM (8 years ago)
- Location:
- trunk/gui/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkisosurfaceviewer.tcl
r6303 r6329 1502 1502 } 1503 1503 "-isolinecolor" { 1504 set color [$itk_component(isoline Color) value]1504 set color [$itk_component(isolinecolor) value] 1505 1505 set _settings($what) $color 1506 1506 DrawLegend … … 1738 1738 1739 1739 label $inner.linecolor_l -text "Isolines" -font "Arial 9" 1740 itk_component add isoline Color {1740 itk_component add isolinecolor { 1741 1741 Rappture::Combobox $inner.linecolor -width 10 -editable 0 1742 1742 } … … 1753 1753 "none" "none" 1754 1754 1755 $itk_component(isoline Color) value "white"1755 $itk_component(isolinecolor) value $_settings(-isolinecolor) 1756 1756 bind $inner.linecolor <<Value>> \ 1757 1757 [itcl::code $this AdjustSetting -isolinecolor] -
trunk/gui/scripts/vtksurfaceviewer.tcl
r6303 r6329 1315 1315 "-isolinecolor" { 1316 1316 set _changed($what) 1 1317 set color [$itk_component(isoline Color) value]1317 set color [$itk_component(isolinecolor) value] 1318 1318 set _settings($what) $color 1319 1319 SendCmd "contour2d linecolor [Color2RGB $color]" … … 1543 1543 1544 1544 label $inner.linecolor_l -text "Isolines" -font "Arial 9" 1545 itk_component add isoline Color {1545 itk_component add isolinecolor { 1546 1546 Rappture::Combobox $inner.linecolor -width 10 -editable 0 1547 1547 } … … 1558 1558 "none" "none" 1559 1559 1560 $itk_component(isoline Color) value "white"1560 $itk_component(isolinecolor) value $_settings(-isolinecolor) 1561 1561 bind $inner.linecolor <<Value>> \ 1562 1562 [itcl::code $this AdjustSetting -isolinecolor]
Note: See TracChangeset
for help on using the changeset viewer.