Set select_pin_selects_symbol to false by default.

This commit is contained in:
Alex 2023-02-11 16:51:55 +03:00
parent b5191c8c22
commit 93020cf78f
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ EESCHEMA_SETTINGS::EESCHEMA_SETTINGS() :
&m_Selection.fill_shapes, false ) ); &m_Selection.fill_shapes, false ) );
m_params.emplace_back( new PARAM<bool>( "selection.select_pin_selects_symbol", 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_params.emplace_back( new PARAM<bool>( "annotation.automatic",
&m_AnnotatePanel.automatic, true ) ); &m_AnnotatePanel.automatic, true ) );