Ignore:
Timestamp:
Mar 28, 2011, 9:54:23 PM (14 years ago)
Author:
mmc
Message:

A couple of fixes to better handle the case where an input is hanging
around in a test case but has been removed from the tool.xml. It now
reports it as having different attributes. It should report it as
an unexpected input, but still working on that...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tester/scripts/objview.tcl

    r2139 r2165  
    253253                                $itk_component(${vcomp}val)
    254254                        }
    255                         set tx $itk_component($vcomp)
     255                        set tx $itk_component(${vcomp}val)
    256256                        $tx configure -state normal
    257257                        $tx delete 1.0 end
Note: See TracChangeset for help on using the changeset viewer.