mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Support dash-dot-dot line style in DXF.
Fixes KICAD-TY8.
This commit is contained in:
parent
e6e44d08fc
commit
91b7bc0843
@ -114,6 +114,8 @@ static const char* getDXFLineType( LINE_STYLE aType )
|
||||
return "DOTTED";
|
||||
case LINE_STYLE::DASHDOT:
|
||||
return "DASHDOT";
|
||||
case LINE_STYLE::DASHDOTDOT:
|
||||
return "DIVIDE";
|
||||
default:
|
||||
wxFAIL_MSG( "Unhandled LINE_STYLE" );
|
||||
return "CONTINUOUS";
|
||||
|
Loading…
x
Reference in New Issue
Block a user