Changeset 302 for trunk/src/mouse_up.m


Ignore:
Timestamp:
Nov 26, 2011, 4:31:48 PM (12 years ago)
Author:
sommeria
Message:

improve the display of projection objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_up.m

    r292 r302  
    144144            UvData.Object{IndexObj}=ObjectData;%update the current object properties
    145145            hhuvmat=guidata(huvmat);
    146             IndexObj_1=get(hhuvmat.list_object_1,'Value');
    147             IndexObj_2=get(hhuvmat.list_object_2,'Value');
     146            IndexObj=get(hhuvmat.ListObject,'Value');
     147            IndexObj_1=IndexObj(1);
     148            IndexObj_2=IndexObj(2);
     149            %IndexObj_2=get(hhuvmat.list_object_2,'Value');
    148150            UvData.Object=update_obj(UvData,IndexObj_1,IndexObj_2);
    149151
Note: See TracChangeset for help on using the changeset viewer.