Ignore:
Timestamp:
Mar 4, 2013, 9:41:38 AM (12 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/vtkvolumeviewer.tcl

    r3442 r3443  
    404404        [itcl::code $this Pan release %x %y]
    405405
    406     bind $itk_component(view) <ButtonRelease-3> \
    407         [itcl::code $this Pick %x %y]
     406    #bind $itk_component(view) <ButtonRelease-3> \
     407    #    [itcl::code $this Pick %x %y]
    408408
    409409    # Bindings for panning via keyboard
Note: See TracChangeset for help on using the changeset viewer.