fix conflicts

This commit is contained in:
Gabor Kiss-Vamosi
2020-08-18 08:50:31 +02:00
2 changed files with 2 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
- Fix overflow in large image transformations
- Limit extra button click area of button matrix's buttons. With large paddings it was counter intuitive. (Gaps are mapped to button when clicked).
- Fix `lv_btnmatrix_set_one_check` not forcing exactly one button to be checked
- Fix color picker invalidation in rectangle mode
## v7.3.0 (04.08.2020)

View File

@@ -244,9 +244,7 @@ bool lv_cpicker_set_hsv(lv_obj_t * cpicker, lv_color_hsv_t hsv)
refr_knob_pos(cpicker);
if(ext->type == LV_CPICKER_TYPE_DISC) {
lv_obj_invalidate(cpicker);
}
lv_obj_invalidate(cpicker);
return true;
}