[apps/graph] When possible, call the method to init the cursor position

directly in graph window methods

Change-Id: Icd9c29657a11e3a76cfc2e1232221b7428794019
This commit is contained in:
Émilie Feral
2017-01-02 11:45:51 +01:00
parent f6849fa7c5
commit 33133648b7
5 changed files with 10 additions and 11 deletions

View File

@@ -53,7 +53,6 @@ bool InitialisationParameterController::handleEvent(Ion::Events::Event event) {
default:
return false;
}
m_graphWindow->initCursorPosition();
StackViewController * stack = (StackViewController *)parentResponder();
stack->pop();
return true;