mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/statistics] Change name: barStart -> firsBarAbscissa
Change-Id: Ia5d39ff3d4b8539b9028afd55476a0d310578dde
This commit is contained in:
@@ -26,7 +26,7 @@ float HistogramParameterController::parameterAtIndex(int index) {
|
||||
if (index == 0) {
|
||||
return m_data->barWidth();
|
||||
}
|
||||
return m_data->barStart();
|
||||
return m_data->firsBarAbscissa();
|
||||
}
|
||||
|
||||
void HistogramParameterController::setParameterAtIndex(int parameterIndex, float f) {
|
||||
@@ -38,7 +38,7 @@ void HistogramParameterController::setParameterAtIndex(int parameterIndex, float
|
||||
}
|
||||
m_data->setBarWidth(f);
|
||||
} else {
|
||||
m_data->setBarStart(f);
|
||||
m_data->setFirsBarAbscissa(f);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user