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/vtksurfaceviewer.tcl

    r4749 r4757  
    17521752        entry $inner.${tag} -font "Arial 9"  -bg white \
    17531753            -textvariable [itcl::scope _view($tag)]
    1754         bind $inner.${tag} <KeyPress-Return> \
     1754        bind $inner.${tag} <Return> \
     1755            [itcl::code $this camera set ${tag}]
     1756        bind $inner.${tag} <KP_Enter> \
    17551757            [itcl::code $this camera set ${tag}]
    17561758        blt::table $inner \
Note: See TracChangeset for help on using the changeset viewer.