Mercurial > hg > tony
diff src/Analyser.cpp @ 239:d40c6cdb30a4
Make pitch-track editing operations update the notes as well, automatically
author | Chris Cannam |
---|---|
date | Thu, 27 Mar 2014 18:02:12 +0000 |
parents | ae0bf8dc5833 |
children | 3cb56556db72 |
line wrap: on
line diff
--- a/src/Analyser.cpp Thu Mar 27 16:30:26 2014 +0000 +++ b/src/Analyser.cpp Thu Mar 27 18:02:12 2014 +0000 @@ -417,6 +417,7 @@ } t->setBaseColour (ColourDatabase::getInstance()->getColourIndex(tr("Bright Orange"))); + t->setPresentationName("candidate"); m_document->addLayerToView(m_pane, t); m_reAnalysisCandidates.push_back(t); }