Changeset 2268 for trunk/gui/scripts


Ignore:
Timestamp:
May 31, 2011, 1:07:26 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2267 r2268  
    374374    global readyForNextFrame
    375375    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.
    377379    if { [info exists itk_component(play)] } {
    378380        # toggle the button to "play" mode
Note: See TracChangeset for help on using the changeset viewer.