mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 01:00:50 +01:00
[apps][escher] Delete magic numbers
Change-Id: If7a589d9f02895fc1b2e8b496133ab11381e733c
This commit is contained in:
@@ -85,7 +85,7 @@ void ListController::selectPreviousNewSequenceCell() {
|
||||
|
||||
void ListController::editExpression(Sequence * sequence, int sequenceDefinition, Ion::Events::Event event) {
|
||||
char * initialText = nullptr;
|
||||
char initialTextContent[255];
|
||||
char initialTextContent[TextField::maxBufferSize()];
|
||||
if (event == Ion::Events::OK) {
|
||||
switch (sequenceDefinition) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user