Changeset 1910 for branches/blt4


Ignore:
Timestamp:
Sep 21, 2010 3:53:30 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/postern.tcl

    r1710 r1910  
    6363    bind $itk_component(hull) \
    6464        <Button-1><Button-1><Button-3><Button-3> \
     65        [itcl::code $this activate on]
     66
     67    # this works better on the Mac
     68    bind $itk_component(hull) \
     69        <Button-1><Button-1><Control-Button-1><Control-Button-1> \
    6570        [itcl::code $this activate on]
    6671
Note: See TracChangeset for help on using the changeset viewer.