Closed bentron2000 closed 2 months ago
Describe the bug When inverting a line within a chart in LVGL, the correct code is generated but the line is not terminated with a semicolon.
To Reproduce Steps to reproduce the behavior:
lv_line_set_y_invert(obj, true)
Expected behavior Should generate: lv_line_set_y_invert(obj, true);
lv_line_set_y_invert(obj, true);
LVGL version (if used) 9.x
Fixed.
Describe the bug When inverting a line within a chart in LVGL, the correct code is generated but the line is not terminated with a semicolon.
To Reproduce Steps to reproduce the behavior:
lv_line_set_y_invert(obj, true)
(without the terminating semicolon)Expected behavior Should generate:
lv_line_set_y_invert(obj, true);
LVGL version (if used) 9.x