mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[escher] ExpressionLayoutFieldDelegate should not take a text as
parameter but a layout Warning: in ExpressionField: the serialized layout is not guaranteed to be small enough to fill in the text buffer
This commit is contained in:
committed by
EmilieNumworks
parent
33ac117424
commit
5dcfbf83e9
@@ -78,7 +78,7 @@ bool InputViewController::expressionLayoutFieldDidReceiveEvent(ExpressionLayoutF
|
||||
return m_expressionLayoutFieldDelegate->expressionLayoutFieldDidReceiveEvent(expressionLayoutField, event);
|
||||
}
|
||||
|
||||
bool InputViewController::expressionLayoutFieldDidFinishEditing(ExpressionLayoutField * expressionLayoutField, const char * text, Ion::Events::Event event) {
|
||||
bool InputViewController::expressionLayoutFieldDidFinishEditing(ExpressionLayoutField * expressionLayoutField, Poincare::ExpressionLayout * layout, Ion::Events::Event event) {
|
||||
return inputViewDidFinishEditing();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user