mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 08:10:50 +01:00
[poincare] Implement SerializationHelper and
SerializationHelperInterface. WriteTextInBuffer->serialize
This commit is contained in:
@@ -37,7 +37,7 @@ bool ExpressionField::isEditing() const {
|
||||
|
||||
const char * ExpressionField::text() {
|
||||
if (!editionIsInTextField()) {
|
||||
m_layoutField.writeTextInBuffer(m_textBuffer, m_textBufferLength);
|
||||
m_layoutField.serialize(m_textBuffer, m_textBufferLength);
|
||||
}
|
||||
return m_textBuffer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user