Changeset 1728 for trunk/gui/scripts/grab.tcl
- Timestamp:
- May 23, 2010, 6:58:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/grab.tcl
r1342 r1728 65 65 } 66 66 67 # if the window is already on the stack, then skip it 68 if {[string equal [lindex $::Rappture::grab::stack 0] $window]} { 69 return $window 70 } 71 67 72 # add the current configuration to the grab stack 68 73 set ::Rappture::grab::stack \
Note: See TracChangeset
for help on using the changeset viewer.