From 4d571290c7ca977d2234525bf103e2ef162905c2 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 7 Mar 2018 12:48:31 +0100 Subject: [PATCH] Update TODO_PATCH.md --- docs/TODO_PATCH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/TODO_PATCH.md b/docs/TODO_PATCH.md index ffb749ae1..e38d175d3 100644 --- a/docs/TODO_PATCH.md +++ b/docs/TODO_PATCH.md @@ -12,9 +12,9 @@ Please create an issue to introduce a bug instead of adding pull request to this - [x] lv_label: anim. time wasn't allyed for LV_LABEL_LONG_ROLL - [x] lv_txt_ut8_size fiy for 4 byte characters - [x] lv_slider: fix knob_in with not zero min value -- [ ] lv_area_is_on: handled some cases wrong +- [x] lv_area_is_on: handled some cases wrong - [x] lv_indev: buffered indevs (return *true* in indev_read) was handled as non-buffered -- [ ] drag: don't invalidate if the object wasn't moved +- [x] drag: don't invalidate if the object wasn't moved ## v5.0.2 (released at: 19.01.2018) - [x] Fix dependencied (Thanks to Zaltora)