[escher] Variable box pop-up is handle as Toolbox pop-up by asking

InputEventHandlerDelegate
This commit is contained in:
Émilie Feral
2018-10-23 14:29:12 +02:00
parent 2c3a0ca558
commit 0a823da78c
22 changed files with 79 additions and 51 deletions

View File

@@ -17,7 +17,7 @@ using namespace Poincare;
namespace Sequence {
TermSumController::TermSumController(Responder * parentResponder, InputEventHandlerDelegate * inputEventHandlerDelegate, GraphView * graphView, CurveViewRange * graphRange, CurveViewCursor * cursor) :
TermSumController::TermSumController(Responder * parentResponder, ::InputEventHandlerDelegate * inputEventHandlerDelegate, GraphView * graphView, CurveViewRange * graphRange, CurveViewCursor * cursor) :
SumGraphController(parentResponder, inputEventHandlerDelegate, graphView, graphRange, cursor, Ion::Charset::CapitalSigma)
{
}