[app/graph] Enables zoom on CalculationGraphControllers

This commit is contained in:
Émilie Feral
2020-03-23 13:56:17 +01:00
parent 4022cdfa60
commit bd3fa60594

View File

@@ -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; }