Fix uninitialized variable.

This commit is contained in:
Jeff Young 2021-05-08 10:11:32 +01:00
parent 1a45d9474b
commit b4b59c3b33
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ ZONE_SETTINGS::ZONE_SETTINGS()
m_padConnection = ZONE_CONNECTION::THERMAL; // How pads are covered by copper in zone
m_Zone_45_Only = false;
m_Locked = false;
m_cornerSmoothingType = SMOOTHING_NONE;
m_cornerRadius = 0;