[escher] Create an InputEventHandlerDelegate that gives the toolbox to

be used by an InputEventHandler
This commit is contained in:
Émilie Feral
2018-10-22 11:29:16 +02:00
parent 71d8358722
commit 7778c694d1
31 changed files with 51 additions and 82 deletions

View File

@@ -127,7 +127,7 @@ bool EditorController::textAreaDidReceiveEvent(TextArea * textArea, Ion::Events:
return false;
}
Toolbox * EditorController::toolboxForTextInput(InputEventHandler * textInput) {
Toolbox * EditorController::toolboxForInputEventHandler(InputEventHandler * textInput) {
Code::App * codeApp = static_cast<Code::App *>(app());
return codeApp->pythonToolbox();
}