From 914a9dfb95cd5e8fbd2afd2a6caf1215a6fd6821 Mon Sep 17 00:00:00 2001 From: philmoz Date: Fri, 24 Nov 2023 12:34:31 +1100 Subject: [PATCH] Add missed changes. --- radio/src/gui/colorlcd/themes/etx_lv_theme.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radio/src/gui/colorlcd/themes/etx_lv_theme.cpp b/radio/src/gui/colorlcd/themes/etx_lv_theme.cpp index 60cbce62107..d116124e464 100644 --- a/radio/src/gui/colorlcd/themes/etx_lv_theme.cpp +++ b/radio/src/gui/colorlcd/themes/etx_lv_theme.cpp @@ -60,8 +60,8 @@ static lv_theme_t theme; // Copied from lv_style.h and modified to compile with ARM GCC C++ #define LV_STYLE_CONST_MULTI_INIT(var_name, prop_array) \ const lv_style_t var_name = {.v_p = {.const_props = prop_array}, \ - .prop1 = LV_STYLE_PROP_ANY, \ - .is_const = 0, \ + .prop1 = 0, \ + .is_const = 1, \ .has_group = 0xFF, \ .prop_cnt = 0}