rename LV_STATE_NORMAL to LV_STATE_DEFAULT

This commit is contained in:
Gabor Kiss-Vamosi
2020-02-22 01:09:29 +01:00
parent 02c6aed382
commit 482a53e16e
7 changed files with 337 additions and 339 deletions

View File

@@ -1343,8 +1343,6 @@ static lv_res_t lv_textarea_signal(lv_obj_t * ta, lv_signal_t sign, void * param
if(info->part == LV_TEXTAREA_PART_PLACEHOLDER) {
if(ext->placeholder) {
info->result = lv_obj_get_state(ext->placeholder, LV_LABEL_PART_MAIN);
} else {
info->result = NULL;
}
return LV_RES_OK;
}