Ignore:
Timestamp:
Jul 9, 2016, 10:02:57 PM (8 years ago)
Author:
sommeria
Message:

3D projection improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r954 r966  
    377377        return
    378378    end
     379    if numel(UvData.ProjObject)<PlotData.IndexObj
     380        return
     381    end
    379382    ObjectData=UvData.ProjObject{PlotData.IndexObj};
    380383    if isequal(hObject,huvmat)% if the mouse ifs over the GUI uvmat
     384        if numel(UvData.ProjObject)<get(hhuvmat.ListObject_1,'Value')
     385            return
     386        end
    381387        ProjObject=UvData.ProjObject{get(hhuvmat.ListObject_1,'Value')};
    382388    else
     389        if numel(UvData.ProjObject)<get(hhuvmat.ListObject,'Value')
     390            return
     391        end
    383392        ProjObject=UvData.ProjObject{get(hhuvmat.ListObject,'Value')};
    384393    end
Note: See TracChangeset for help on using the changeset viewer.