mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps] Add a ok view on all interactive view controller
Change-Id: I9fccf4d5ce9b34d1a7db1d0a1d7ea23d21f4b897
This commit is contained in:
@@ -49,11 +49,8 @@ InteractiveCurveViewRange * GraphController::interactiveCurveViewRange() {
|
||||
}
|
||||
|
||||
bool GraphController::handleEnter() {
|
||||
if (m_selectedDotIndex == -1) {
|
||||
stackController()->push(&m_predictionParameterController);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
stackController()->push(&m_predictionParameterController);
|
||||
return true;
|
||||
}
|
||||
|
||||
void GraphController::reloadBannerView() {
|
||||
|
||||
Reference in New Issue
Block a user