[apps] Graph/Sequence: set different cursors for Sequence and Graph

This commit is contained in:
Émilie Feral
2018-01-25 13:49:35 +01:00
committed by EmilieNumworks
parent b38fda1a1e
commit 9cd50d8d9a
8 changed files with 22 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ ViewController * FunctionGraphController::initialisationParameterController() {
}
void FunctionGraphController::viewWillAppear() {
functionGraphView()->setCursorView(&m_cursorView);
functionGraphView()->setCursorView(cursorView());
functionGraphView()->setBannerView(bannerView());
functionGraphView()->setAreaHighlight(NAN,NAN);