Ignore:
Timestamp:
Mar 29, 2010, 6:34:55 PM (14 years ago)
Author:
sommeria
Message:

civ3D updated: introduction of image size
imadoc2struct: reding of image size from the xml file
set_object, view_field and related functions: improvement of projection object editing
mouse: possibility of adjusting the calibrations points with the mouse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/keyboard_callback.m

    r40 r71  
    2424if ismember(xx,[8 127]) %if the delete or suppr key is pressed, delete the current object
    2525    currentobject=gco;
    26     huvmat=findobj(allchild(0),'Name','uvmat');
     26    huvmat=findobj(allchild(0),'tag','uvmat');
    2727%     UvData=get(huvmat,'UserData');%Data associated to the current uvmat interface
    28     hlist_object=findobj(huvmat,'Tag','list_object');
     28    hlist_object=findobj(huvmat,'Tag','list_object_1');
    2929    ObjIndex=get(hlist_object,'Value')
    30     if ObjIndex>1
     30    if ObjIndex>1 
    3131        delete_object(ObjIndex)
    3232    end
Note: See TracChangeset for help on using the changeset viewer.