mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[poincare] Rename ParenthesisLeftLayout into LeftParenthesisLayout
Change-Id: Iaedd556ce912d650432d395b294c39e53bfc16a0
This commit is contained in:
@@ -171,7 +171,7 @@ void ExpressionLayoutCursor::insertText(const char * text) {
|
||||
ExpressionLayout * pointedChild = nullptr;
|
||||
for (int i = 0; i < textLength; i++) {
|
||||
if (text[i] == '(') {
|
||||
newChild = new ParenthesisLeftLayout();
|
||||
newChild = new LeftParenthesisLayout();
|
||||
if (pointedChild == nullptr) {
|
||||
pointedChild = newChild;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user