mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Need to be very careful when translating between PNS layers and board layers. PNS layers are linear while board layers are not, so reaching into the view will return a board layer (maybe we should proxy this through the iface?) Fixes https://gitlab.com/kicad/code/kicad/-/issues/18708