Changeset 4337 for trunk


Ignore:
Timestamp:
Apr 9, 2014, 11:39:38 PM (11 years ago)
Author:
ldelgass
Message:

Can't use variable inside curly braces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkglyphviewer.tcl

    r4336 r4337  
    21342134    # Parse style string.
    21352135    set tag $dataobj-$comp
    2136     set fgColor $itk_option(-plotforeground)
    21372136    array set style {
    2138         -color $fgColor
     2137        -color \#FFFFFF
    21392138        -colormap BCGYR
    21402139        -colorMode vmag
     
    21542153        -wireframe 0
    21552154    }
     2155    set $style(-color) $itk_option(-plotforeground)
    21562156    set numComponents [$dataobj numComponents $comp]
    21572157    if {$numComponents == 3} {
Note: See TracChangeset for help on using the changeset viewer.