mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user