# HG changeset patch # User Chris Cannam # Date 1571319895 -3600 # Node ID 327177b6bd3a3a7495487c5d86292327dadaa646 # Parent 606bdcc3856a93032af8cb2776e7b13789014c96 Fix recently-introduced bug that made the scale disappear and tracks jump around when toggling off the spectrogram diff -r 606bdcc3856a -r 327177b6bd3a main/Analyser.cpp --- a/main/Analyser.cpp Thu Oct 17 13:54:26 2019 +0100 +++ b/main/Analyser.cpp Thu Oct 17 14:44:55 2019 +0100 @@ -912,8 +912,8 @@ return; } - flexiNoteLayer->snapToFeatureFrame(m_pane, f0i, res, Layer::SnapLeft); - flexiNoteLayer->snapToFeatureFrame(m_pane, f1i, res, Layer::SnapRight); + flexiNoteLayer->snapToFeatureFrame(m_pane, f0i, res, Layer::SnapLeft, -1); + flexiNoteLayer->snapToFeatureFrame(m_pane, f1i, res, Layer::SnapRight, -1); f0 = (f0i < 0 ? 0 : f0i); f1 = (f1i < 0 ? 0 : f1i); diff -r 606bdcc3856a -r 327177b6bd3a repoint-lock.json --- a/repoint-lock.json Thu Oct 17 13:54:26 2019 +0100 +++ b/repoint-lock.json Thu Oct 17 14:44:55 2019 +0100 @@ -7,7 +7,7 @@ "pin": "871a2050236b" }, "svgui": { - "pin": "e6362cf5ff1d" + "pin": "bd6af89982d7" }, "svapp": { "pin": "ec8f21a20fa7"