refactor(label, text area) rename functions of text_sel to text_selection

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-13 15:39:06 +02:00
parent 4f8e3a38b3
commit 6aa27cc11b
7 changed files with 41 additions and 41 deletions

View File

@@ -390,7 +390,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
#define LV_USE_LABEL 1
#if LV_USE_LABEL
# define LV_LABEL_TEXT_SEL 1 /*Enable selecting text of the label*/
# define LV_LABEL_TEXT_SELECTION 1 /*Enable selecting text of the label*/
# define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very long texts*/
#endif