Activate Clipper2 by default

Fixes https://gitlab.com/kicad/code/kicad/issues/git
This commit is contained in:
Seth Hillbrand 2022-12-03 16:04:36 -08:00
parent 92266635cc
commit 6a1acd84c2
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ ADVANCED_CFG::ADVANCED_CFG()
m_3DRT_BevelHeight_um = 30;
m_3DRT_BevelExtentFactor = 1.0 / 16.0;
m_UseClipper2 = false;
m_UseClipper2 = true;
loadFromConfigFile();
}