mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps/calculation] Magic number
Change-Id: Ic1d2b94f691f2d3334c06677bf45a56d60ec61a0
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Calculation {
|
||||
EditExpressionController::ContentView::ContentView(Responder * parentResponder, TableView * subview, TextFieldDelegate * textFieldDelegate) :
|
||||
View(),
|
||||
m_mainView(subview),
|
||||
m_textField(parentResponder, m_textBody, 100, textFieldDelegate)
|
||||
m_textField(parentResponder, m_textBody, TextField::maxBufferSize(), textFieldDelegate)
|
||||
{
|
||||
m_textBody[0] = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user