diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-05-18 17:32:59 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-05-18 17:32:59 (GMT) |
| commit | 112b3212fe29936757df657ca7cdd9692d71baec (patch) | |
| tree | b84ae24691f370416823eab201115a033bb2f735 | |
| parent | 210deac8e11c5b7aeb292afaf23c84a336e2ff88 (diff) | |
Revert "Fix previous commit"
This reverts commit 90bc1d4509ce7c832b36bfca5da76157b97e33d3.
| -rw-r--r-- | src/displayapp/screens/WatchFaceTerminal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceTerminal.cpp b/src/displayapp/screens/WatchFaceTerminal.cpp index 57395b7..b1e3350 100644 --- a/src/displayapp/screens/WatchFaceTerminal.cpp +++ b/src/displayapp/screens/WatchFaceTerminal.cpp @@ -39,7 +39,7 @@ WatchFaceTerminal::WatchFaceTerminal(DisplayApp* app, lv_label_set_text_static(backgroundLabel, ""); uint16_t y = -100; - for (auto& line : lines) { + for (auto line : lines) { line = lv_label_create(lv_scr_act(), nullptr); lv_obj_align(line, nullptr, LV_ALIGN_IN_LEFT_MID, 0, y); y += 20; |
