mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
[poincare] Change names: LayoutReference-->Layout
This commit is contained in:
@@ -76,8 +76,8 @@ void VariableBoxLeafCell::setSubtitle(const char * text) {
|
||||
layoutSubviews();
|
||||
}
|
||||
|
||||
void VariableBoxLeafCell::setLayoutReference(LayoutReference layoutRef) {
|
||||
m_expressionView.setLayoutReference(layoutRef);
|
||||
void VariableBoxLeafCell::setLayout(Layout layout) {
|
||||
m_expressionView.setLayout(layout);
|
||||
}
|
||||
|
||||
void VariableBoxLeafCell::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
|
||||
Reference in New Issue
Block a user