FreeCAD: master 927fca0e

Author Committer Branch Timestamp Parent
Abdullah Tahiri wmayer master 2015-08-15 12:15:46 master 9583ce4c
Changeset Sketcher: Bug fix addGeometry list creation and construction lines

==================================================================

A recent improvement was to allow to create an object (several geometric elements) as construction lines
by providing an additional parameter as true (that defaults to false).

This introduced a bug, that when a list of geometries mixing construction and normal lines was added (with the parameter as false),
construction lines would be converted to normal lines.

This fixes the bug.
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File