Ignore:
Timestamp:
Nov 21, 2014, 2:10:36 PM (10 years ago)
Author:
ldelgass
Message:

fix manual camera settings bindings

File:
1 edited

Legend:

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

    r4749 r4757  
    23832383        entry $inner.${tag} -font "Arial 9"  -bg white \
    23842384            -textvariable [itcl::scope _settings($this-$tag)]
    2385         bind $inner.${tag} <KeyPress-Return> \
     2385        bind $inner.${tag} <Return> \
     2386            [itcl::code $this camera set ${tag}]
     2387        bind $inner.${tag} <KP_Enter> \
    23862388            [itcl::code $this camera set ${tag}]
    23872389        blt::table $inner \
Note: See TracChangeset for help on using the changeset viewer.