diff --git a/poincare/src/layout/horizontal_layout.h b/poincare/src/layout/horizontal_layout.h index e714e73a9..bd26b71a2 100644 --- a/poincare/src/layout/horizontal_layout.h +++ b/poincare/src/layout/horizontal_layout.h @@ -39,6 +39,7 @@ public: /* Other */ bool isHorizontal() const override { return true; } bool isEmpty() const override; + bool isCollapsable(int * numberOfOpenParenthesis, bool goingLeft) const override { return false; } protected: void render(KDContext * ctx, KDPoint p, KDColor expressionColor, KDColor backgroundColor) override;