# HG changeset patch # User Chris Cannam # Date 1571307230 -3600 # Node ID efbf5ecb76b6e22c842aaa37ba518748b5989f88 # Parent 4e2749c58e77f449a3669fc8e57727008228f093 Fix #1941 Selecting duration of box doesn't work as expected diff -r 4e2749c58e77 -r efbf5ecb76b6 main/OSCHandler.cpp --- 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 && diff -r 4e2749c58e77 -r efbf5ecb76b6 repoint-lock.json --- 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"