Mercurial > hg > tony
changeset 246:bb32b9fbacf8
Fix failure to clear previous candidates when getting new lot
author | Chris Cannam |
---|---|
date | Tue, 01 Apr 2014 16:23:00 +0100 |
parents | 4c4674af2aec |
children | 852ee50c0de5 bca1824ed449 |
files | src/Analyser.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Analyser.cpp Tue Apr 01 16:20:55 2014 +0100 +++ b/src/Analyser.cpp Tue Apr 01 16:23:00 2014 +0100 @@ -404,6 +404,8 @@ CommandHistory::getInstance()->startCompoundOperation (tr("Re-Analyse Selection"), true); + m_reAnalysisCandidates.clear(); + vector<Layer *> all; for (int i = 0; i < (int)primary.size(); ++i) { all.push_back(primary[i]);