[escher] ExpressionTableCell is composed of a ScrollableExpressionView

instead of an ExpressionView
This commit is contained in:
Émilie Feral
2019-12-27 13:18:40 +01:00
committed by Léa Saviot
parent 9301dd510a
commit 9312d2bd65
14 changed files with 46 additions and 23 deletions

View File

@@ -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) {