Ignore:
Timestamp:
Mar 2, 2015 6:20:47 PM (9 years ago)
Author:
dkearney
Message:

comment out the rest of the B1 probing actions over the legend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/uiuc_vtk_viewers/gui/scripts/vtkisosurfaceviewer.tcl

    r5051 r5052  
    26362636        $c bind sensor <Leave> [itcl::code $this LeaveLegend]
    26372637        $c bind sensor <Motion> [itcl::code $this MotionLegend %x %y]
    2638         $c bind sensor <ButtonPress-1>   [itcl::code $this LegendB1Motion press %x %y]
     2638#        $c bind sensor <ButtonPress-1>   [itcl::code $this LegendB1Motion press %x %y]
    26392639#        $c bind sensor <B1-Motion>       [itcl::code $this LegendB1Motion motion %x %y]
    2640         $c bind sensor <ButtonRelease-1> [itcl::code $this LegendB1Motion release %x %y]
     2640#        $c bind sensor <ButtonRelease-1> [itcl::code $this LegendB1Motion release %x %y]
    26412641
    26422642    }
Note: See TracChangeset for help on using the changeset viewer.