Changeset 4764


Ignore:
Timestamp:
Nov 23, 2014 12:50:02 AM (9 years ago)
Author:
ldelgass
Message:

fix typo in volume lighting setting

File:
1 edited

Legend:

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

    r4749 r4764  
    14761476        "-volumelighting" {
    14771477            set bool $_settings($what)
    1478             set _settings($_current{$what}) $bool
     1478            set _settings($_current${what}) $bool
    14791479            foreach tag [GetDatasetsWithComponent $_current] {
    14801480                SendCmd "volume lighting $bool $tag"
Note: See TracChangeset for help on using the changeset viewer.