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:
@@ -75,7 +75,7 @@ int GenericSubController::typeAtLocation(int i, int j) {
|
||||
}
|
||||
|
||||
void GenericSubController::willDisplayCellForIndex(HighlightCell * cell, int index) {
|
||||
MessageTableCell * myCell = (MessageTableCell *)cell;
|
||||
MessageTableCell<> * myCell = (MessageTableCell<> *)cell;
|
||||
myCell->setMessage(m_messageTreeModel->childAtIndex(index)->label());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user