Ignore:
Timestamp:
Mar 28, 2011 10:24:40 AM (13 years ago)
Author:
mmc
Message:

Some minor fixes to make the builder work properly. Also, moved up
"wm withdraw" command in main.tcl to avoid getting a flash on the screen.
Changed the boolean control to use yes/no instead of "yes"/"no".

File:
1 edited

Legend:

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

    r1929 r2159  
    421421            set vwidget $_name2info($name-value)
    422422            if {[lsearch -exact {group image structure} $type] >= 0} {
    423                 if {$show} {
     423                if {$show ne "" && $show} {
    424424                    lappend showing $name
    425425                } else {
     
    429429                # show other objects, but enable/disable them
    430430                lappend showing $name
    431                 if {$show} {
     431                if {$show ne "" && $show} {
    432432                    if {[winfo exists $vwidget]} {
    433433                        $vwidget configure -state normal
Note: See TracChangeset for help on using the changeset viewer.