mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
This tidies up quite a performance hit on layer change caused by repainting vias, pads and tracks for their clearances. Instead, on a layer change, just disable any old clearance layer and enable the new one (if any). Fixes: https://gitlab.com/kicad/code/kicad/-/issues/19404