Ignore:
Timestamp:
Mar 4, 2013 9:41:38 AM (11 years ago)
Author:
ldelgass
Message:

Disable right-click binding for "Picking." This was only there for testing.

File:
1 edited

Legend:

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

    r3442 r3443  
    341341        [itcl::code $this Pan release %x %y]
    342342
    343     bind $itk_component(view) <ButtonRelease-3> \
    344         [itcl::code $this Pick %x %y]
     343    #bind $itk_component(view) <ButtonRelease-3> \
     344    #    [itcl::code $this Pick %x %y]
    345345
    346346    # Bindings for panning via keyboard
Note: See TracChangeset for help on using the changeset viewer.