eeschema settings: Default to mouse drag is drag action on first install

This is to be consistent with other EDA tools like Altium and CADSTAR.
This commit is contained in:
Roberto Fernandez Bautista 2021-11-03 16:57:47 +00:00
parent 762cd5a32f
commit 5e040ad126
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ EESCHEMA_SETTINGS::EESCHEMA_SETTINGS() :
&m_Drawing.junction_size_choice, 3 ) );
m_params.emplace_back( new PARAM<bool>( "input.drag_is_move",
&m_Input.drag_is_move, true ) );
&m_Input.drag_is_move, false ) );
m_params.emplace_back( new PARAM<int>( "selection.thickness",
&m_Selection.thickness, 3 ) );