Changeset 742 for trunk/gui/scripts


Ignore:
Timestamp:
May 17, 2007 8:12:25 AM (17 years ago)
Author:
mmc
Message:

Fix for problem viewing structures in app-mgnanowirefet. The icon on
the first tab wasn't coming up properly. It was contained within a
<structure> element, and the code for resizing structures wasn't being
handled properly.

File:
1 edited

Legend:

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

    r738 r742  
    129129    eval itk_initialize $args
    130130
    131     _fixSize
     131    after cancel [list catch [itcl::code $this _fixSize]]
     132    after idle [list catch [itcl::code $this _fixSize]]
    132133}
    133134
     
    386387        -rightmargin [$itk_component(layout) extents bar3D]
    387388
    388     _fixSize
     389    after cancel [list catch [itcl::code $this _fixSize]]
     390    after idle [list catch [itcl::code $this _fixSize]]
    389391}
    390392
Note: See TracChangeset for help on using the changeset viewer.