Ignore:
Timestamp:
May 2, 2012, 7:29:30 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/drawingcontrols.tcl

    r2988 r2990  
    8989        set controls $_controls
    9090    }
    91     foreach name $_controls {
     91    foreach name $controls {
    9292        set w $_frame.v$name
    9393        destroy $w
     94        if { [info exists _name2info($name-label)] } {
     95            destroy $_frame.l$name
     96        }
    9497        set i [lsearch $_controls $name]
    9598        set _controls [lreplace $_controls $i $i]
Note: See TracChangeset for help on using the changeset viewer.