Ignore:
Timestamp:
Jan 17, 2020, 8:13:53 PM (5 years ago)
Author:
sommeria
Message:

LIF updated and bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r1071 r1072  
    402402    if isequal(AxeData.Drawing,'create') && isfield(AxeData,'CurrentOrigin') && ~isempty(AxeData.CurrentOrigin)
    403403        switch ObjectData.Type
    404             case {'line','polyline','polygon','points','plane_z'}
     404            case {'line','polyline','polygon','points'}
    405405                ObjectData.Coord=[ObjectData.Coord ;xy(1,1:2)];
    406406                % ObjectData.Coord(end,:)=xy(1,:);
Note: See TracChangeset for help on using the changeset viewer.