mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Rework of timers and bigger text in toolboxes
This commit is contained in:
@@ -69,7 +69,7 @@ int IntervalParameterSelectorController::reusableCellCount() const {
|
||||
void IntervalParameterSelectorController::willDisplayCellForIndex(HighlightCell * cell, int index) {
|
||||
assert(0 <= index && index < numberOfRows());
|
||||
Shared::ContinuousFunction::PlotType plotType = plotTypeAtRow(index);
|
||||
static_cast<MessageTableCellWithChevron *>(cell)->setMessage(messageForType(plotType));
|
||||
static_cast<MessageTableCellWithChevron<> *>(cell)->setMessage(messageForType(plotType));
|
||||
}
|
||||
|
||||
Shared::ContinuousFunction::PlotType IntervalParameterSelectorController::plotTypeAtRow(int j) const {
|
||||
|
||||
Reference in New Issue
Block a user