Ignore:
Timestamp:
Mar 9, 2010, 9:00:40 PM (14 years ago)
Author:
sommeria
Message:

-relabel_i_j added to the svn (relabel an image series with two indices)
-Menu projection Object added to uvmat, rationalizes the call of projection objects (to improve yet)
-get_plot_handles: modified in relationwith the Menu projection object
-mouse_down: corrected in relation with previous change in field transforms
-transform_field functions added to the svn
-set_object and keyboard_callback: cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/keyboard_callback.m

    r11 r40  
    2727%     UvData=get(huvmat,'UserData');%Data associated to the current uvmat interface
    2828    hlist_object=findobj(huvmat,'Tag','list_object');
    29     ObjIndex=get(hlist_object,'Value');
     29    ObjIndex=get(hlist_object,'Value')
    3030    if ObjIndex>1
    3131        delete_object(ObjIndex)
Note: See TracChangeset for help on using the changeset viewer.