Files
Upsilon/apps/shared
Émilie Feral 9eb672bb5f [apps/shared] Fix
ExpressionFieldDelegateApp::layoutFieldDidReceiveEvent

Layouts have two potential serializations. For example,
HorizontalLayout(CharLayout(2), CharLayout(a)) can be serialized as:
"2a" and "2*a". In layoutFieldDidReceiveEvent, we want to check that the
longest serialisation is bounded by maxBufferSize. (We could have used
Layout::serializeParsedExpression but we don't to avoid parsing the
expression twice)
2019-03-11 13:20:08 +01:00
..
2017-03-16 15:12:12 +01:00
2017-10-13 18:08:15 +02:00
2018-05-29 15:34:49 +02:00
2019-03-06 15:00:59 +01:00
2018-10-11 16:44:02 +02:00
2018-11-23 12:04:06 +01:00
2018-11-23 12:04:06 +01:00
2018-10-11 16:44:02 +02:00