Set select_pin_selects_symbol to false by default.
This commit is contained in:
parent
b5191c8c22
commit
93020cf78f
|
@ -253,7 +253,7 @@ EESCHEMA_SETTINGS::EESCHEMA_SETTINGS() :
|
|||
&m_Selection.fill_shapes, false ) );
|
||||
|
||||
m_params.emplace_back( new PARAM<bool>( "selection.select_pin_selects_symbol",
|
||||
&m_Selection.select_pin_selects_symbol, true ) );
|
||||
&m_Selection.select_pin_selects_symbol, false ) );
|
||||
|
||||
m_params.emplace_back( new PARAM<bool>( "annotation.automatic",
|
||||
&m_AnnotatePanel.automatic, true ) );
|
||||
|
|
Loading…
Reference in New Issue