mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-12 22:03:43 -06:00
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:
parent
77ded3f8a2
commit
2fada3f989
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue