Skip to content

Commit abec5b7

Browse files
liamHowattkisvegabor
authored andcommitted
fix(dave2d): fix leftover typo from #8725
1 parent f9e3aa7 commit abec5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/draw/renesas/dave2d/lv_draw_dave2d_label.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static void lv_draw_dave2d_draw_letter_cb(lv_draw_task_t * t, lv_draw_glyph_dsc_
154154
}
155155

156156
if(fill_draw_dsc && fill_area) {
157-
lv_draw_dave2d_fill_single(t, fill_draw_dsc, fill_area);
157+
lv_draw_dave2d_fill(t, fill_draw_dsc, fill_area);
158158
}
159159
}
160160

0 commit comments

Comments
 (0)