Changeset 4551


Ignore:
Timestamp:
Jul 17, 2014 8:19:45 PM (10 years ago)
Author:
ldelgass
Message:

fix background setting in nanovis

File:
1 edited

Legend:

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

    r4550 r4551  
    16471647        "grey"               "grey"             
    16481648
    1649     $itk_component(background) value $_settings(background)
    1650     bind $inner.background <<Value>> [itcl::code $this AdjustSetting background]
     1649    $itk_component(background) value $_settings(-background)
     1650    bind $inner.background <<Value>> [itcl::code $this AdjustSetting -background]
    16511651
    16521652    blt::table $inner \
Note: See TracChangeset for help on using the changeset viewer.