Ignore:
Timestamp:
Mar 23, 2016, 12:10:41 PM (9 years ago)
Author:
ldelgass
Message:

Viewer cleanups/sync

File:
1 edited

Legend:

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

    r6182 r6202  
    340340    set c $itk_component(view)
    341341    bind $c <Configure> [itcl::code $this EventuallyResize %w %h]
    342     bind $c <KeyPress-Left>  [list %W xview scroll 10 units]
    343     bind $c <KeyPress-Right> [list %W xview scroll -10 units]
    344     bind $c <KeyPress-Up>    [list %W yview scroll 10 units]
    345     bind $c <KeyPress-Down>  [list %W yview scroll -10 units]
    346     bind $c <Enter> "focus %W"
    347342    bind $c <Control-F1> [itcl::code $this ToggleConsole]
    348343
Note: See TracChangeset for help on using the changeset viewer.