Ignore:
Timestamp:
Jul 17, 2014, 10:43:24 PM (10 years ago)
Author:
ldelgass
Message:

lighting fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/nanovisviewer.tcl

    r4561 r4562  
    12661266        }
    12671267        "-light" {
     1268            # Other parts of the code use the light setting to
     1269            # tell if the component settings have been initialized
     1270            if { ![info exists _settings($_current${what})] } {
     1271                InitComponentSettings $_current
     1272            }
    12681273            set _settings($_current${what}) $_settings($what)
    12691274            set val $_settings($what)
Note: See TracChangeset for help on using the changeset viewer.