Turn off "prefer selection to dragging" by default

This commit is contained in:
Jon Evans 2020-10-01 18:24:07 -04:00
parent 71ed7ee707
commit 4a17205e76
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ COMMON_SETTINGS::COMMON_SETTINGS() :
&m_Input.immediate_actions, true ) );
m_params.emplace_back( new PARAM<bool>( "input.prefer_select_to_drag",
&m_Input.prefer_select_to_drag, true ) );
&m_Input.prefer_select_to_drag, false ) );
m_params.emplace_back( new PARAM<bool>( "input.warp_mouse_on_move",
&m_Input.warp_mouse_on_move, true ) );