mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[apps] Graph/Sequence: set different cursors for Sequence and Graph
This commit is contained in:
committed by
EmilieNumworks
parent
b38fda1a1e
commit
9cd50d8d9a
@@ -28,7 +28,7 @@ ViewController * FunctionGraphController::initialisationParameterController() {
|
||||
}
|
||||
|
||||
void FunctionGraphController::viewWillAppear() {
|
||||
functionGraphView()->setCursorView(&m_cursorView);
|
||||
functionGraphView()->setCursorView(cursorView());
|
||||
functionGraphView()->setBannerView(bannerView());
|
||||
functionGraphView()->setAreaHighlight(NAN,NAN);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user