From 27237acc88664d502f4f0675202b4d1fcde821f6 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sun, 5 Nov 2017 15:49:47 +0100 Subject: [PATCH] Update TODO_MAJOR.md --- docs/TODO_MAJOR.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TODO_MAJOR.md b/docs/TODO_MAJOR.md index b4b162d40..18f168437 100644 --- a/docs/TODO_MAJOR.md +++ b/docs/TODO_MAJOR.md @@ -20,6 +20,7 @@ Please create an issue to suggest a new feature instead of adding pull request t - [x] LV_LABEL_LONG_DOTS removed, use LV_LABEL_LONG_ROLL instead - [x] *lv_list_set_element_text_roll()* removed. - [x] *lv_ddlist_set_fix_height()* instead of *auto_size* +- [x] *lv_list_set_sb_out()* removed because now the scrollbar style can position the scrollbar - [x] *lv_gauge* rework to make it more like line meter (remove background but add scale lines) - [x] rename *lv_dispi_...* to *lv_indev_...* - [x] *lv_dispi_t* removed from *lv_action_type_t*. Use lv_indev_act() instead