mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 10:09:53 +01:00
[poincare] FractionLayout add parenthesis to all children when
serializing
This commit is contained in:
@@ -43,6 +43,8 @@ public:
|
||||
#endif
|
||||
|
||||
protected:
|
||||
// SerializationInterface
|
||||
bool childNeedsParenthesis(const SerializationHelperInterface * child) const override { return true; }
|
||||
// LayoutNode
|
||||
KDSize computeSize() override;
|
||||
KDCoordinate computeBaseline() override;
|
||||
|
||||
Reference in New Issue
Block a user