Changeset 3443 for trunk


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.

Location:
trunk/gui/scripts
Files:
5 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
  • trunk/gui/scripts/vtkisosurfaceviewer.tcl

    r3442 r3443  
    397397        [itcl::code $this Pan release %x %y]
    398398
    399     bind $itk_component(view) <ButtonRelease-3> \
    400         [itcl::code $this Pick %x %y]
     399    #bind $itk_component(view) <ButtonRelease-3> \
     400    #    [itcl::code $this Pick %x %y]
    401401
    402402    # Bindings for panning via keyboard
  • 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
  • trunk/gui/scripts/vtkviewer.tcl

    r3441 r3443  
    359359        [itcl::code $this Pan release %x %y]
    360360
    361     bind $itk_component(view) <ButtonRelease-3> \
    362         [itcl::code $this Pick %x %y]
     361    #bind $itk_component(view) <ButtonRelease-3> \
     362    #    [itcl::code $this Pick %x %y]
    363363
    364364    # Bindings for panning via keyboard
  • 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.