Changeset 4572 for branches/1.3
- Timestamp:
- Jul 22, 2014 11:49:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/gui/scripts/balloon.tcl
r3555 r4572 232 232 # grab the mouse pointer 233 233 update 234 while {[catch {grab set -local$itk_component(hull)}]} {234 while {[catch {grab set $itk_component(hull)}]} { 235 235 after 100 236 236 } … … 249 249 250 250 grab release $itk_component(hull) 251 252 251 wm withdraw $itk_component(hull) 253 252 foreach dir {left right above below} {
Note: See TracChangeset
for help on using the changeset viewer.