From 9b2221173c22fe9aa7d60dc8f9bb3f7d3032bd8b Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Thu, 13 Oct 2022 21:36:11 +0300 Subject: Use PageIndicator in CheckboxList --- src/displayapp/screens/CheckboxList.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/displayapp/screens/CheckboxList.h') diff --git a/src/displayapp/screens/CheckboxList.h b/src/displayapp/screens/CheckboxList.h index e9104bfb..48125d4b 100644 --- a/src/displayapp/screens/CheckboxList.h +++ b/src/displayapp/screens/CheckboxList.h @@ -7,6 +7,7 @@ #include #include #include +#include "displayapp/widgets/PageIndicator.h" namespace Pinetime { namespace Applications { @@ -35,11 +36,9 @@ namespace Pinetime { std::function OnValueChanged; std::array options; std::array cbOption; - std::array pageIndicatorBasePoints; - std::array pageIndicatorPoints; - lv_obj_t* pageIndicatorBase; - lv_obj_t* pageIndicator; uint32_t value; + + Widgets::PageIndicator pageIndicator; }; } } -- cgit v1.2.3-70-g09d2