rename LV_STATE_NORMAL to LV_STATE_DEFAULT
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user