Enable cursor snapping by default
Fixes: lp:1671869 * https://bugs.launchpad.net/kicad/+bug/1671869
This commit is contained in:
parent
d452a5a30c
commit
481fd233d4
|
@ -59,7 +59,7 @@ void VC_SETTINGS::Reset()
|
|||
m_showCursor = false;
|
||||
m_forceCursorPosition = false;
|
||||
m_cursorCaptured = false;
|
||||
m_snappingEnabled = false;
|
||||
m_snappingEnabled = true;
|
||||
m_grabMouse = false;
|
||||
m_autoPanEnabled = false;
|
||||
m_autoPanMargin = 0.1;
|
||||
|
|
Loading…
Reference in New Issue