From 2fada3f9894bd25ee5ae0460db7430da7af34541 Mon Sep 17 00:00:00 2001 From: micio Date: Sun, 12 Aug 2012 13:08:59 +0000 Subject: [PATCH] Bazaar/DXF : defaults to ByLayer linetype instead of continuous one git-svn-id: svn://ultimatepp.org/upp/trunk@5278 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/DXF/DXF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazaar/DXF/DXF.cpp b/bazaar/DXF/DXF.cpp index 1059366a7..5ea3c3c82 100644 --- a/bazaar/DXF/DXF.cpp +++ b/bazaar/DXF/DXF.cpp @@ -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;