Skip to content

Commit

Permalink
Merge pull request lvgl#1283 from xennex22/dev-6.1
Browse files Browse the repository at this point in the history
Removed redundent assignment
  • Loading branch information
kisvegabor authored Nov 26, 2019
2 parents aafa6e7 + c059025 commit bd049d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lv_themes/lv_theme_nemo.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ static void list_init(void)
list_rel.text.font = _font;

lv_style_copy(&list_pr, &list_rel);
list_pr.body.opa = LV_OPA_TRANSP;
list_pr.body.opa = LV_OPA_COVER;
list_pr.body.main_color = lv_color_hsv_to_rgb(_hue, 34, 41);
list_pr.body.grad_color = lv_color_hsv_to_rgb(_hue, 34, 41);
Expand Down

0 comments on commit bd049d1

Please sign in to comment.