lv_group: add click_focus option

This commit is contained in:
Gabor Kiss-Vamosi
2018-07-12 23:38:27 +02:00
parent 9a28e559a4
commit d483d14c8e
8 changed files with 157 additions and 24 deletions

View File

@@ -219,7 +219,6 @@ static void line_draw_skew(line_draw_t * main_line, const lv_area_t * mask, cons
vect_norm.x = vect_norm.x << 4;
vect_norm.y = vect_norm.y << 4;
printf("width %d\n", width);
#if LV_COMPILER_VLA_SUPPORTED
lv_point_t pattern[width_safe];
#else