Enable cursor snapping by default

Fixes: lp:1671869
* https://bugs.launchpad.net/kicad/+bug/1671869
This commit is contained in:
Maciej Suminski 2017-04-20 14:55:40 +02:00
parent d452a5a30c
commit 481fd233d4
1 changed files with 1 additions and 1 deletions

View File

@ -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;