mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
[apps/sequence] Fix method that should be virtual pure
The following scenaro crashed in DEBUG=1 and did not resize the window correctly in DEBUG=0. Got to sequence u(n)=n Go to sequence/graph Remove yAuto Go to sequence/list v(n) = cos(n) remove u(n) Go to sequence/graph
This commit is contained in:
@@ -29,6 +29,10 @@ TermSumController * GraphController::termSumController() {
|
||||
return &m_termSumController;
|
||||
}
|
||||
|
||||
int GraphController::numberOfCurves() const {
|
||||
return m_sequenceStore->numberOfModels();
|
||||
}
|
||||
|
||||
BannerView * GraphController::bannerView() {
|
||||
return &m_bannerView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user