[Stat+Reg] Allowing lists of values to be sorted

Change-Id: I181bb55443bf87356d127eb6c56ff6140806fdea
This commit is contained in:
Arthur Camouseigt
2020-06-17 16:21:04 +02:00
committed by Émilie Feral
parent 018dd91ca1
commit 09e39ad890
14 changed files with 100 additions and 47 deletions

View File

@@ -76,6 +76,7 @@ int StoreParameterController::typeAtLocation(int i, int j) {
void StoreParameterController::willDisplayCellForIndex(HighlightCell * cell, int index) {
if (index == numberOfRows() -1) {
m_changeRegressionCell.setLayout(static_cast<Store *>(m_store)->modelForSeries(m_series)->layout());
return;
}
Shared::StoreParameterController::willDisplayCellForIndex(cell, index);
}