Changeset 6342 for branches/1.6/gui


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

fix options

File:
1 edited

Legend:

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

    r6341 r6342  
    22182218    }
    22192219    $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]
     2220    $c bind title <Enter> [itcl::code $this LegendTitleAction enter]
     2221    $c bind title <Leave> [itcl::code $this LegendTitleAction leave]
    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.