rework widgets, refactoring, fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-07 12:37:37 +01:00
parent 2cae4a27c1
commit 063d17d842
53 changed files with 629 additions and 673 deletions

View File

@@ -890,8 +890,6 @@ static void lv_canvas_constructor(lv_obj_t * obj, lv_obj_t * parent, const lv_ob
{
LV_LOG_TRACE("canvas create started");
lv_obj_construct_base(obj, parent, copy);
lv_canvas_t * canvas = (lv_canvas_t *) obj;
/*Initialize the allocated 'ext' */