[regression] Fix Regression

This commit is contained in:
Émilie Feral
2018-09-07 11:59:25 +02:00
parent 3a58ff7728
commit ce69702134
3 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ int GraphOptionsController::typeAtLocation(int i, int j) {
void GraphOptionsController::willDisplayCellForIndex(HighlightCell * cell, int index) {
if (index == numberOfRows() - 1) {
m_changeRegressionCell.setExpressionLayout(static_cast<Store *>(m_store)->modelForSeries(m_graphController->selectedSeriesIndex())->layout());
m_changeRegressionCell.setLayoutRef(static_cast<Store *>(m_store)->modelForSeries(m_graphController->selectedSeriesIndex())->layout());
return;
}
assert(index >=0 && index < k_numberOfParameterCells);