Ignore:
Timestamp:
May 6, 2015, 7:02:05 PM (9 years ago)
Author:
ldelgass
Message:

trivial merges

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

  • branches/1.4/gui/scripts/vtkvolumeviewer.tcl

    r5388 r5445  
    21282128    set tag $dataobj-$cname
    21292129    array set style {
     2130        -color      BCGYR
    21302131        -lighting   1
    21312132        -opacity    0.5
     
    21382139    set _settings(-volumeoutline) $style(-outline)
    21392140    set _settings(-volumevisible) $style(-visible)
     2141
     2142    $itk_component(colormap) value $style(-color)
    21402143
    21412144    SendCmd "outline add $tag"
Note: See TracChangeset for help on using the changeset viewer.