mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[poincare] Change names: LayoutReference-->Layout
This commit is contained in:
@@ -18,7 +18,7 @@ void ExpressionTableCell::setHighlighted(bool highlight) {
|
||||
m_labelExpressionView.setBackgroundColor(backgroundColor);
|
||||
}
|
||||
|
||||
void ExpressionTableCell::setLayoutReference(Poincare::LayoutReference layoutR) {
|
||||
m_labelExpressionView.setLayoutReference(layoutR);
|
||||
void ExpressionTableCell::setLayout(Poincare::Layout layoutR) {
|
||||
m_labelExpressionView.setLayout(layoutR);
|
||||
layoutSubviews();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user