Copy via flags down to the level the router consumes.

Fixes https://gitlab.com/kicad/code/kicad/issues/12591
This commit is contained in:
Jeff Young 2022-10-13 17:40:42 +01:00
parent 41461f7a69
commit 3090363cd5
1 changed files with 2 additions and 0 deletions

View File

@ -400,6 +400,8 @@ public:
void RemoveVias()
{
m_hasVias = false;
m_line_n.RemoveVia();
m_line_p.RemoveVia();
}
bool EndsWithVias() const