Changeset 742
- Timestamp:
- May 17, 2007, 8:12:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/deviceViewer1D.tcl
r738 r742 129 129 eval itk_initialize $args 130 130 131 _fixSize 131 after cancel [list catch [itcl::code $this _fixSize]] 132 after idle [list catch [itcl::code $this _fixSize]] 132 133 } 133 134 … … 386 387 -rightmargin [$itk_component(layout) extents bar3D] 387 388 388 _fixSize 389 after cancel [list catch [itcl::code $this _fixSize]] 390 after idle [list catch [itcl::code $this _fixSize]] 389 391 } 390 392
Note: See TracChangeset
for help on using the changeset viewer.