Ignore:
Timestamp:
Jan 25, 2011, 10:39:36 PM (14 years ago)
Author:
dkearney
Message:

adding select function to mimic a button-1 press on a video from the video chooser.

File:
1 edited

Legend:

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

    r2035 r2067  
    595595
    596596    if {[string compare "" ${_movie}] == 0} {
     597        return
     598    }
     599
     600    if {![winfo ismapped $itk_component(hull)]} {
    597601        return
    598602    }
Note: See TracChangeset for help on using the changeset viewer.