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/vtkstreamlinesviewer.tcl

    r3442 r3443  
    422422        [itcl::code $this Pan release %x %y]
    423423
    424     bind $itk_component(view) <ButtonRelease-3> \
    425         [itcl::code $this Pick %x %y]
     424    #bind $itk_component(view) <ButtonRelease-3> \
     425    #    [itcl::code $this Pick %x %y]
    426426
    427427    # Bindings for panning via keyboard
Note: See TracChangeset for help on using the changeset viewer.