mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[escher] ExpressionTableCell is composed of a ScrollableExpressionView
instead of an ExpressionView
This commit is contained in:
@@ -14,6 +14,9 @@ SequenceToolbox::SequenceToolbox() :
|
||||
m_addedCellLayout{},
|
||||
m_numberOfAddedCells(0)
|
||||
{
|
||||
for (int i = 0; i < k_maxNumberOfDisplayedRows; i++) {
|
||||
m_addedCells[i].setParentResponder(&m_selectableTableView);
|
||||
}
|
||||
}
|
||||
|
||||
bool SequenceToolbox::handleEvent(Ion::Events::Event event) {
|
||||
|
||||
Reference in New Issue
Block a user