Changeset 1072 for trunk/src/mouse_motion.m
- Timestamp:
- Jan 17, 2020, 8:13:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_motion.m
r1071 r1072 402 402 if isequal(AxeData.Drawing,'create') && isfield(AxeData,'CurrentOrigin') && ~isempty(AxeData.CurrentOrigin) 403 403 switch ObjectData.Type 404 case {'line','polyline','polygon','points' ,'plane_z'}404 case {'line','polyline','polygon','points'} 405 405 ObjectData.Coord=[ObjectData.Coord ;xy(1,1:2)]; 406 406 % ObjectData.Coord(end,:)=xy(1,:);
Note: See TracChangeset
for help on using the changeset viewer.