Hide anti aliasing. No x << LV_AA rewuired from now
This commit is contained in:
@@ -242,10 +242,10 @@ static bool lv_lmeter_design(lv_obj_t * lmeter, const lv_area_t * mask, lv_desig
|
||||
memcpy(&style_tmp, style, sizeof(lv_style_t));
|
||||
|
||||
|
||||
#if LV_OBJ_GROUP
|
||||
#if USE_LV_GROUP
|
||||
lv_group_t *g = lv_obj_get_group(lmeter);
|
||||
if(lv_group_get_focused(g) == lmeter) {
|
||||
style_tmp.line.width += 1 << LV_ANTIALIAS;
|
||||
style_tmp.line.width += 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user