mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[escher] Handle copy/cut event on Expression in selectable table view
This commit is contained in:
@@ -13,10 +13,7 @@ SequenceTitleCell::SequenceTitleCell(Orientation orientation) :
|
||||
}
|
||||
|
||||
void SequenceTitleCell::setExpressionLayout(Poincare::ExpressionLayout * expressionLayout) {
|
||||
if (expressionLayout) {
|
||||
m_titleTextView.setExpressionLayout(expressionLayout);
|
||||
expressionLayout->writeTextInBuffer(m_storedText, k_maxStoredTextSize);
|
||||
}
|
||||
m_titleTextView.setExpressionLayout(expressionLayout);
|
||||
}
|
||||
|
||||
void SequenceTitleCell::setHighlighted(bool highlight) {
|
||||
|
||||
Reference in New Issue
Block a user