Changeset 2268 for trunk/gui/scripts
- Timestamp:
- May 31, 2011, 1:07:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/sequenceresult.tcl
r2267 r2268 374 374 global readyForNextFrame 375 375 set readyForNextFrame 1; # By default, always ready 376 376 377 # Check if the play button still exists. We may be in the process 378 # of destroying the widget. 377 379 if { [info exists itk_component(play)] } { 378 380 # toggle the button to "play" mode
Note: See TracChangeset
for help on using the changeset viewer.