Changeset 410 for trunk/src/mouse_up.m


Ignore:
Timestamp:
May 6, 2012, 4:06:22 PM (12 years ago)
Author:
sommeria
Message:

projection on object improved: two menus for object projection dispalyed in uvmat and in view_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_up.m

    r388 r410  
    145145            UvData.Object{IndexObj}=ObjectData;%update the current object properties
    146146            hhuvmat=guidata(huvmat);
    147             IndexObj=get(hhuvmat.ListObject,'Value');
    148             IndexObj_1=IndexObj(1);
    149             IndexObj_2=IndexObj(2);
    150             %IndexObj_2=get(hhuvmat.list_object_2,'Value');
     147            IndexObj_1=get(hhuvmat.ListObject_1,'Value');
     148            IndexObj_2=get(hhuvmat.ListObject,'Value');
    151149            UvData.Object=update_obj(UvData,IndexObj_1,IndexObj_2);
    152150
Note: See TracChangeset for help on using the changeset viewer.