diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-01 11:49:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-01 11:49:13 +0200 |
commit | 8918cc6943ac27946b9d503276074d34364dcca0 (patch) | |
tree | c37d0ea1643c71a4cc18afd6a7460976bc4036ef /gui | |
parent | ed625fcaf3dc5c039a7e9e6df0117f6372a19131 (diff) |
gui/mappings: set snap for translation to (1, 1)
Requested-by: @olegiy
Issue: #436
Diffstat (limited to 'gui')
-rw-r--r-- | gui/mapping-window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mapping-window.cpp b/gui/mapping-window.cpp index e66603c7..e47fe8e5 100644 --- a/gui/mapping-window.cpp +++ b/gui/mapping-window.cpp @@ -76,7 +76,7 @@ void MapWidget::reload() if (qfcs[i].axis >= 3) qfcs[i].qfc->set_snap(1, 5); else - qfcs[i].qfc->set_snap(1, 5); + qfcs[i].qfc->set_snap(1, 1); } } } |