Changeset 1269 for trunk/gui


Ignore:
Timestamp:
Jan 11, 2009, 10:47:51 AM (16 years ago)
Author:
dkearney
Message:

adjusting after time back to 1500 for apps like mosfet that need the time to load

File:
1 edited

Legend:

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

    r1267 r1269  
    235235    #
    236236    set str [$_owner xml get $path.default]
    237     if {$str != ""} { after 50 [itcl::code $this value $str] }
     237    if {$str != ""} { after 1500 [itcl::code $this value $str] }
    238238}
    239239
Note: See TracChangeset for help on using the changeset viewer.