Bazaar/DXF : defaults to ByLayer linetype instead of continuous one

git-svn-id: svn://ultimatepp.org/upp/trunk@5278 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2012-08-12 13:08:59 +00:00
parent 77ded3f8a2
commit 2fada3f989

View file

@ -16,7 +16,7 @@ DXF::DXF() : nextHandle(0x1000), blocks(this), objects(this), tables(this)
// override block default values
color = DXF::ByLayer;
lineType = "CONTINUOUS";
lineType = "ByLayer";
// do NOT scale insertions by default
scaleInsertions = false;