Changeset 4747 for trunk


Ignore:
Timestamp:
Nov 17, 2014 7:04:40 AM (9 years ago)
Author:
ldelgass
Message:

fix for field combo

File:
1 edited

Legend:

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

    r4745 r4747  
    25402540        }
    25412541        deactivate {
    2542             $c itemconfigure title -fill white
     2542            $c itemconfigure title -fill $itk_option(-plotforeground)
    25432543        }
    25442544        invoke {
    2545             $itk_component(field) value _curFldLabel
     2545            $itk_component(field) value $_curFldLabel
    25462546            AdjustSetting -field
    25472547        }
Note: See TracChangeset for help on using the changeset viewer.