Ignore:
Timestamp:
Apr 27, 2016, 10:18:08 AM (8 years ago)
Author:
gah
Message:

fixes for nanovisviewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.6/gui/scripts/gauge.tcl

    r6291 r6294  
    636636    $itk_component(spindn) configure -state $itk_option(-state)
    637637    $itk_component(presets) configure -state $itk_option(-state)
    638     if { [info exists component(uq)] } {
     638    if { [info exists itk_component(uq)] } {
    639639        $itk_component(uq) configure -state $itk_option(-state)
    640640    }
    641     _redraw  ;# fix gauge
     641    _redraw  ;                          # Fix gauge
    642642}
    643643
Note: See TracChangeset for help on using the changeset viewer.