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:
parent
2aa0c15b41
commit
7f935e290a
@ -641,7 +641,7 @@ void EDA_SHAPE::updateHatching() const
|
||||
break;
|
||||
}
|
||||
|
||||
m_hatching.Simplify();
|
||||
m_hatching.Fracture();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user