summaryrefslogtreecommitdiff
path: root/src/displayapp
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-08-12 21:28:41 +0200
committerKieran Cawthray <kieranc@gmail.com>2021-08-12 21:28:41 +0200
commit6bffc7d52840affc5c037d1bb783172b99d4731a (patch)
tree7a1e4004552ae227c06907172ef0cda210f66d68 /src/displayapp
parent52ee25e551f506cdaadfb6a62feda1d2aaa8497b (diff)
Tidying
Diffstat (limited to 'src/displayapp')
-rw-r--r--src/displayapp/screens/PineTimeStyle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.cpp b/src/displayapp/screens/PineTimeStyle.cpp
index 04128b21..6b0cc59a 100644
--- a/src/displayapp/screens/PineTimeStyle.cpp
+++ b/src/displayapp/screens/PineTimeStyle.cpp
@@ -62,7 +62,6 @@ PineTimeStyle::PineTimeStyle(DisplayApp* app,
displayedChar[4] = 0;
//Create a 200px wide background rectangle
-
timebar = lv_obj_create(lv_scr_act(), nullptr);
lv_obj_set_style_local_bg_color(timebar, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, pts_colors[settingsController.GetPTSColorBG()]);
lv_obj_set_style_local_radius(timebar, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, 0);