comparison src/Analyser.cpp @ 428:2bbec2dfe9f6

Update subrepo to fix crash on exit; merge
author Chris Cannam
date Tue, 31 Mar 2015 10:41:05 +0100
parents bbe7ba53030e
children 6e8e85edfd48
comparison
equal deleted inserted replaced
427:46003a5a8736 428:2bbec2dfe9f6
635 t->setBaseColour 635 t->setBaseColour
636 (ColourDatabase::getInstance()->getColourIndex(tr("Bright Orange"))); 636 (ColourDatabase::getInstance()->getColourIndex(tr("Bright Orange")));
637 t->setPresentationName("candidate"); 637 t->setPresentationName("candidate");
638 m_document->addLayerToView(m_pane, t); 638 m_document->addLayerToView(m_pane, t);
639 m_reAnalysisCandidates.push_back(t); 639 m_reAnalysisCandidates.push_back(t);
640 cerr << "New re-analysis candidate model has "
641 << ((SparseTimeValueModel *)t->getModel())->getPoints().size() << " point(s)" << endl;
640 } 642 }
641 } 643 }
642 644
643 if (!all.empty()) { 645 if (!all.empty()) {
644 bool show = m_candidatesVisible; 646 bool show = m_candidatesVisible;