changeset 2380:efbf5ecb76b6

Fix #1941 Selecting duration of box doesn't work as expected
author Chris Cannam
date Thu, 17 Oct 2019 11:13:50 +0100
parents 4e2749c58e77
children 82affae39cd0
files main/OSCHandler.cpp repoint-lock.json
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/main/OSCHandler.cpp	Thu Oct 17 08:39:23 2019 +0100
+++ b/main/OSCHandler.cpp	Thu Oct 17 11:13:50 2019 +0100
@@ -299,9 +299,9 @@
                 if (layer) {
                     int resolution;
                     layer->snapToFeatureFrame(pane, f0, resolution,
-                                              Layer::SnapLeft);
+                                              Layer::SnapLeft, -1);
                     layer->snapToFeatureFrame(pane, f1, resolution,
-                                              Layer::SnapRight);
+                                              Layer::SnapRight, -1);
                 }
 
             } else if (message.getArgCount() == 1 &&
--- a/repoint-lock.json	Thu Oct 17 08:39:23 2019 +0100
+++ b/repoint-lock.json	Thu Oct 17 11:13:50 2019 +0100
@@ -4,13 +4,13 @@
       "pin": "0b6802e3b755"
     },
     "svcore": {
-      "pin": "c7e9e63c7bae"
+      "pin": "710b4e44901b"
     },
     "svgui": {
-      "pin": "bdf284b29722"
+      "pin": "e6362cf5ff1d"
     },
     "svapp": {
-      "pin": "fe268c16ae28"
+      "pin": "ec8f21a20fa7"
     },
     "checker": {
       "pin": "c8c17e51aab0"