mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps] Fix typos
Change-Id: I650d0d98daab5959e9efab79b78905533316b85d
This commit is contained in:
@@ -144,7 +144,7 @@ bool SumGraphController::textFieldDidFinishEditing(TextField * textField, const
|
||||
return false;
|
||||
}
|
||||
|
||||
bool SumGraphController::textFieldDidAbortEditing(TextField * textField, const char * text) {
|
||||
bool SumGraphController::textFieldDidAbortEditing(TextField * textField) {
|
||||
char buffer[PrintFloat::bufferSizeForFloatsWithPrecision(Constant::MediumNumberOfSignificantDigits)];
|
||||
double parameter = NAN;
|
||||
switch(m_step) {
|
||||
@@ -265,7 +265,7 @@ void SumGraphController::LegendView::setSumSymbol(Step step, double start, doubl
|
||||
childrenLayouts[0] = m_sumLayout;
|
||||
m_sumLayout = new HorizontalLayout(childrenLayouts, 3);
|
||||
}
|
||||
m_sum.setExpression(m_sumLayout);
|
||||
m_sum.setExpressionLayout(m_sumLayout);
|
||||
if (step == Step::Result) {
|
||||
m_sum.setAlignment(0.5f, 0.5f);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user