44e5ef0aa0
NPTH holes were not showing barrel walls because their polygons were stored in m_NPTH_ODPolys but the barrel wall generation in generateHoles() only used m_TH_ODPolys. Add NPTH polygons to the outer polygon set before generating through-hole geometry. Fixes https://gitlab.com/kicad/code/kicad/-/issues/21181