Fix default junction size

Fixes #3732
This commit is contained in:
Jon Evans 2020-01-03 11:17:33 -05:00
parent 4c1e64628e
commit be788c6aff
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#include <sch_connection.h>
int SCH_JUNCTION::m_symbolSize = 40; // Default diameter of the junction symbol
int SCH_JUNCTION::m_symbolSize = Mils2iu( 40 ); // Default diameter of the junction symbol
int SCH_JUNCTION::GetEffectiveSymbolSize()