TechDraw: [skip ci] fix 'copy-constructor' of CenterLine

This commit is contained in:
wmayer
2019-12-17 12:41:14 +01:00
parent 0935a6bab1
commit b33e1687b4

View File

@@ -606,7 +606,7 @@ CenterLine::CenterLine(TechDraw::CenterLine* cl)
m_rotate = cl->m_rotate;
m_extendBy = cl->m_extendBy;
m_type = cl->m_type;
m_flip2Line = m_flip2Line;
m_flip2Line = cl->m_flip2Line;
m_geometry = cl->m_geometry; //new BaseGeom(cl->m_geometry);??