mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[poincare] Rename BracketRight/LeftLayout -> Right/LeftBracketLayout.
Change-Id: I382ac960aeca861d1003cd2373709a6759ded685
This commit is contained in:
@@ -183,9 +183,9 @@ void ExpressionLayoutCursor::insertText(const char * text) {
|
||||
* binary file 2K. */
|
||||
#if 0
|
||||
else if (text[i] == '[') {
|
||||
newChild = new BracketLeftLayout();
|
||||
newChild = new LeftBracketLayout();
|
||||
} else if (text[i] == ']') {
|
||||
newChild = new BracketRightLayout();
|
||||
newChild = new RightBracketLayout();
|
||||
}
|
||||
#endif
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user