Changeset 6341 for branches/1.6/gui


Ignore:
Timestamp:
May 14, 2016 6:54:26 PM (8 years ago)
Author:
ldelgass
Message:

fix incomplete merge in vtkvolumeviewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.6/gui/scripts/vtkvolumeviewer.tcl

    r6340 r6341  
    22172217        $c bind colormap <Motion> [itcl::code $this MotionLegend %x %y]
    22182218    }
    2219     $c bind title <ButtonPress> [itcl::code $this Combo post]
    2220     $c bind title <Enter> [itcl::code $this Combo activate]
    2221     $c bind title <Leave> [itcl::code $this Combo deactivate]
     2219    $c bind title <ButtonPress> [itcl::code $this LegendTitleAction post]
     2220    $c bind title <Enter> [itcl::code $this LegendTitleAction activate]
     2221    $c bind title <Leave> [itcl::code $this LegendTitleAction deactivate]
    22222222    # Reset the item coordinates according the current size of the plot.
    22232223    $c itemconfigure title -text $title
Note: See TracChangeset for help on using the changeset viewer.