fix of 16 bit image draw with alpha byte

This commit is contained in:
Gabor Kiss-Vamosi
2018-03-22 12:39:58 +01:00
parent 0d93816827
commit dd6bad1b6e
2 changed files with 27 additions and 17 deletions

View File

@@ -102,8 +102,6 @@ void lv_group_remove_obj(lv_obj_t * obj)
obj->group_p = NULL;
}
}
}
/**