Changeset 4661


Ignore:
Timestamp:
Nov 7, 2014, 8:02:06 PM (10 years ago)
Author:
ldelgass
Message:

Merge r4572 from 1.3 branch

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/gui/scripts/balloon.tcl

    r3555 r4661  
    232232    # grab the mouse pointer
    233233    update
    234     while {[catch {grab set -local $itk_component(hull)}]} {
     234    while {[catch {grab set $itk_component(hull)}]} {
    235235        after 100
    236236    }
     
    249249
    250250    grab release $itk_component(hull)
    251 
    252251    wm withdraw $itk_component(hull)
    253252    foreach dir {left right above below} {
Note: See TracChangeset for help on using the changeset viewer.