Changeset 681 for trunk/src/view_field.m


Ignore:
Timestamp:
Sep 2, 2013, 2:42:52 PM (11 years ago)
Author:
sommeria
Message:

mouse action improved for translations, use of magenta color to indicate that REFRESH is needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r650 r681  
    6565
    6666%functions for the mouse and keyboard
    67 set(hObject,'KeyPressFcn',{'keyboard_callback',handles})%set keyboard action function
     67set(hObject,'WindowKeyPressFcn',{'keyboard_callback',handles})%set keyboard action function
    6868set(hObject,'WindowButtonMotionFcn',{'mouse_motion',handles})%set mouse action functio
    6969set(hObject,'WindowButtonDownFcn',{'mouse_down'})%set mouse click action function
Note: See TracChangeset for help on using the changeset viewer.