CheckBoxList : rename newValue -> value.

This commit is contained in:
Jean-François Milants
2022-10-11 21:02:05 +02:00
committed by JF
parent cf8b422899
commit 4ec49bde8a
2 changed files with 4 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ namespace Pinetime {
std::array<lv_point_t, 2> pageIndicatorPoints;
lv_obj_t* pageIndicatorBase;
lv_obj_t* pageIndicator;
uint32_t newValue;
uint32_t value;
};
}
}