7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 19:29:17 +00:00

Fracture hatched fill polygon.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20125
This commit is contained in:
Jeff Young 2025-02-28 18:52:44 +00:00
parent 2aa0c15b41
commit 7f935e290a

View File

@ -641,7 +641,7 @@ void EDA_SHAPE::updateHatching() const
break;
}
m_hatching.Simplify();
m_hatching.Fracture();
}