mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/statistics] Repare histogram view controller
Change-Id: I5d8bbf7fd3b9508a22c4eaeecc8290c68842a5ed
This commit is contained in:
committed by
Romain Goyet
parent
4f484ec26b
commit
abfebdaa81
@@ -34,7 +34,7 @@ void Store::setBarWidth(float barWidth) {
|
||||
if (barWidth <= 0.0f) {
|
||||
return;
|
||||
}
|
||||
m_barWidth = barWidth;
|
||||
m_barWidth = barWidth;
|
||||
}
|
||||
|
||||
float Store::firstDrawnBarAbscissa() {
|
||||
|
||||
Reference in New Issue
Block a user