Ignore:
Timestamp:
Mar 5, 2013 3:22:29 PM (11 years ago)
Author:
gah
Message:

add KP_Enter to Return bindings. Implement OK handler in visviewer base class. Fix setting # of isolines while running a sequence of heightmaps/contours

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/flowvisviewer.tcl

    r3441 r3454  
    217217    $_parser alias legend [itcl::code $this ReceiveLegend]
    218218    $_parser alias data [itcl::code $this ReceiveData]
    219     $_parser alias viserror [itcl::code $this ReceiveError]
    220219
    221220    # Initialize the view to some default parameters.
     
    444443    }
    445444    bind $itk_component(duration) <Return> [itcl::code $this flow duration]
     445    bind $itk_component(duration) <KP_Enter> [itcl::code $this flow duration]
    446446    bind $itk_component(duration) <Tab> [itcl::code $this flow duration]
    447447    Rappture::Tooltip::for $itk_component(duration) \
Note: See TracChangeset for help on using the changeset viewer.