From bd3fa60594ea97bd7001e5ffb8055b8037eca8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Mon, 23 Mar 2020 13:56:17 +0100 Subject: [PATCH] [app/graph] Enables zoom on CalculationGraphControllers --- apps/graph/graph/calculation_graph_controller.h | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/graph/graph/calculation_graph_controller.h b/apps/graph/graph/calculation_graph_controller.h index 46f861ddf..14f5cc797 100644 --- a/apps/graph/graph/calculation_graph_controller.h +++ b/apps/graph/graph/calculation_graph_controller.h @@ -30,7 +30,6 @@ protected: MessageTextView m_defaultBannerView; bool m_isActive; private: - bool handleZoom(Ion::Events::Event event) override { return false; } bool handleEnter() override; bool moveCursorHorizontally(int direction, bool fast = false) override; Shared::InteractiveCurveViewRange * interactiveCurveViewRange() override { return m_graphRange; }