Ignore:
Timestamp:
May 30, 2005, 10:23:20 PM (19 years ago)
Author:
mmc
Message:

Fixed a new nits to so that the pntoy works
better. The <tool><control>auto</control></tool>
mode is now truly automatic, and the Simulate
button no longer appears in that mode.

File:
1 edited

Legend:

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

    r11 r12  
    226226    $itk_component(notebook) current about
    227227
    228     # reset everything to a clean state
    229     reset
    230 
    231228    # tool can run on "manual" (default) or "auto"
    232229    set cntl [$tool xml get tool.control]
     
    234231        set _control $cntl
    235232    }
     233
     234    # reset everything to a clean state
     235    reset
    236236}
    237237
     
    458458    _simState on
    459459    _fixSimControl
     460    reset
    460461}
    461462
Note: See TracChangeset for help on using the changeset viewer.