mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 09:40:07 +01:00
[apps/reg] Fix GraphController::reloadBannerView
This commit is contained in:
@@ -69,6 +69,10 @@ bool GraphController::handleEnter() {
|
||||
}
|
||||
|
||||
void GraphController::reloadBannerView() {
|
||||
if (m_selectedSeries < 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
m_bannerView.setMessageAtIndex(I18n::Message::RegressionFormula, 3);
|
||||
|
||||
char buffer[k_maxNumberOfCharacters + PrintFloat::bufferSizeForFloatsWithPrecision(Constant::LargeNumberOfSignificantDigits)];
|
||||
|
||||
Reference in New Issue
Block a user