Changeset 180 for trunk/src/set_object.m


Ignore:
Timestamp:
Jan 18, 2011, 10:50:40 PM (13 years ago)
Author:
sommeria
Message:

rationalisation of uvmat, introduction of the new function read_field, links with get_field, several bug repairs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r179 r180  
    426426        set(handles.XObject,'TooltipString',['XObject:  x coordinate of the axis origin for the ' ObjectStyle])
    427427        set(handles.YObject,'TooltipString',['YObject:  y coordinate of the axis origin for the ' ObjectStyle])
    428         set(handles.ZMax,'TooltipString',['ZMax: range of projection normal to the plane'])
     428        set(handles.ZMax,'TooltipString','ZMax: range of projection normal to the plane')
    429429        if test3D
    430430            set(handles.Theta,'Visible','on')
     
    733733if isequal(get(hhuvmat.list_object_2,'Visible'),'on')
    734734    IndexObj_2=get(hhuvmat.list_object_2,'Value');
    735     List2=get(hhuvmat.list_object_2,'String')
     735    List2=get(hhuvmat.list_object_2,'String');
    736736    if IndexObj_2==length(List2)
    737737        IndexObj_2=[];% '...' selected
     
    803803    ObjectData.DisplayHandle_uvmat=hhuvmat.axes3;
    804804    ObjectData.DisplayHandle_view_field=[];
    805 elseif ~isfield(UvData.Object{IndexObj},'DisplayHandle_uvmat')% save the previous object graph handles
     805elseif isfield(UvData.Object{IndexObj},'DisplayHandle_uvmat')% save the previous object graph handles
    806806    ObjectData.DisplayHandle_uvmat=UvData.Object{IndexObj}.DisplayHandle_uvmat;
    807807    ObjectData.DisplayHandle_view_field=UvData.Object{IndexObj}.DisplayHandle_view_field;
Note: See TracChangeset for help on using the changeset viewer.