Mercurial > hg > tony
diff src/Analyser.cpp @ 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 | 3ff0f36c8fc1 |
children | f99fae5fe89c |
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]);