Ignore:
Timestamp:
Mar 5, 2013, 3:22:29 PM (12 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/periodicelement.tcl

    r3330 r3454  
    9696    pack $itk_component(entry) -side left -expand yes -fill both
    9797
    98     bind $itk_component(entry) <KeyPress-Return> \
     98    bind $itk_component(entry) <Return> \
    9999        [itcl::code $this _entry apply]
    100     bind $itk_component(entry) <KeyPress-Tab> \
     100    bind $itk_component(entry) <KP_Enter> \
     101        [itcl::code $this _entry apply]
     102    bind $itk_component(entry) <Tab> \
    101103        [itcl::code $this _entry apply]
    102104    bind $itk_component(entry) <ButtonPress> \
Note: See TracChangeset for help on using the changeset viewer.