Changeset 1637 for trunk/gui/apps/driver
- Timestamp:
- Jan 11, 2010, 11:01:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/apps/driver
r1571 r1637 307 307 } 308 308 } 309 set type [$tool xml get tool.control] 310 if {$type == ""} { 311 set type [$tool xml get tool.control.type] 312 } 309 set control [$tool xml get tool.control] 310 set type [$tool xml get tool.control.type] 313 311 if { $type == "" } { 314 312 set arrangement [$win.pager cget -arrangement] 315 313 if { $arrangement != "side-by-side" } { 316 set typeauto314 set control auto 317 315 } 318 316 } 319 if { $type == " auto" || $style == "wizard" } {317 if { $type == "" || $control == "auto" || $style == "wizard" } { 320 318 # in "auto" mode, we don't need a simulate button 321 319 $f.analyze configure -simcontrol off
Note: See TracChangeset
for help on using the changeset viewer.