mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Shared: Factorize code: all FunctionGraphView have a member
indicating the selected function
This commit is contained in:
committed by
EmilieNumworks
parent
0dec52a708
commit
a6050fda55
@@ -159,7 +159,7 @@ bool TermSumController::moveCursorHorizontallyToPosition(int position) {
|
||||
}
|
||||
|
||||
void TermSumController::setSequence(Sequence * sequence) {
|
||||
m_graphView->selectSequence(sequence);
|
||||
m_graphView->selectFunction(sequence);
|
||||
m_sequence = sequence;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user