mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
removed redundent line
This commit is contained in:
parent
9f447e8a4e
commit
dd9d655b3d
@ -931,7 +931,6 @@ static void lv_chart_draw_points(lv_obj_t * chart, const lv_area_t * mask)
|
|||||||
lv_style_copy(&style_point, &lv_style_plain);
|
lv_style_copy(&style_point, &lv_style_plain);
|
||||||
|
|
||||||
style_point.body.border.width = 0;
|
style_point.body.border.width = 0;
|
||||||
style_point.body.radius = LV_RADIUS_CIRCLE;
|
|
||||||
style_point.body.opa = ext->series.opa;
|
style_point.body.opa = ext->series.opa;
|
||||||
style_point.body.radius = ext->series.width;
|
style_point.body.radius = ext->series.width;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user