remove LV_EVENT_SLECTED and use LV_EVENT_VALUE_CHANGED instead

This commit is contained in:
Gabor Kiss-Vamosi
2019-06-14 06:56:54 +02:00
parent 7cbc2d0e7f
commit 71f00017af
6 changed files with 10 additions and 9 deletions

View File

@@ -82,7 +82,6 @@ enum {
LV_EVENT_DEFOCUSED,
LV_EVENT_VALUE_CHANGED,
LV_EVENT_INSERT,
LV_EVENT_SELECTED,
LV_EVENT_REFRESH,
LV_EVENT_APPLY, /*"Ok", "Apply" or similar specific button has clicked*/
LV_EVENT_CANCEL, /*"Close", "Cancel" or similar specific button has clicked*/