Mercurial > hg > tony
changeset 243:3ff0f36c8fc1
Clear this before closing command
| author | Chris Cannam |
|---|---|
| date | Tue, 01 Apr 2014 13:42:13 +0100 |
| parents | 3cb56556db72 |
| children | 69e6ceb459cd |
| files | src/Analyser.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Analyser.cpp Tue Apr 01 13:17:53 2014 +0100 +++ b/src/Analyser.cpp Tue Apr 01 13:42:13 2014 +0100 @@ -549,10 +549,10 @@ m_document->removeLayerFromView(m_pane, layer); } + m_reAnalysisCandidates.clear(); CommandHistory::getInstance()->endCompoundOperation(); } - m_reAnalysisCandidates.clear(); m_currentCandidate = -1; m_reAnalysingSelection = Selection(); m_candidatesVisible = false;
