SHAPE_LINE_CHAIN: Fix arc indices rotation after merging duplicate points
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9843
This commit is contained in:
parent
10be483430
commit
2d1ad52212
|
@ -165,6 +165,8 @@ void SHAPE_LINE_CHAIN::mergeFirstLastPointIfNeeded()
|
|||
|
||||
m_points.pop_back();
|
||||
m_shapes.pop_back();
|
||||
|
||||
fixIndicesRotation();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue