From 1f6855f085a1ceec06aa39f243444a9c55a9cfbc Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sun, 19 Nov 2017 20:44:33 +0100 Subject: [PATCH] Update TODO_MINOR.md --- docs/TODO_MINOR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TODO_MINOR.md b/docs/TODO_MINOR.md index 2ca2c57b7..0da8a2bf8 100644 --- a/docs/TODO_MINOR.md +++ b/docs/TODO_MINOR.md @@ -24,7 +24,7 @@ Here are ideas which are not assigned to a minor version yet: - [x] lv_btnm: lv_btnm_set_tgl() to toggle last button - [x] lv_ta: cursor types - [x] add themes with predefined styles -- [ ] ddlist: draw down/up arrow on the right +- [x] partial border draw in styles ## v4.2 (released at: 17.08.2017) - [x] Double VDB support: one for rendering, another to transfer former rendered image to frame buffer in the background (e.g. with DMA) [#15](https://github.com/littlevgl/lvgl/issues/15)