mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[Stat+Reg] Allowing lists of values to be sorted
Change-Id: I181bb55443bf87356d127eb6c56ff6140806fdea
This commit is contained in:
committed by
Émilie Feral
parent
018dd91ca1
commit
09e39ad890
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user