Ignore comment attribute

This commit is contained in:
fvanroie 2021-05-21 15:15:16 +02:00
parent 5492610d9d
commit 2f592a6af6

View File

@ -1922,6 +1922,10 @@ void hasp_process_obj_attribute(lv_obj_t* obj, const char* attribute, const char
ret = attribute_common_method(obj, attr_hash, attribute, payload); ret = attribute_common_method(obj, attr_hash, attribute, payload);
break; break;
case ATTR_COMMENT:
ret = hasp_attribute_type_t::ATTR_TYPE_METHOD_OK;
break;
case ATTR_COLS: case ATTR_COLS:
case ATTR_ROWS: case ATTR_ROWS:
case ATTR_AUTO_CLOSE: case ATTR_AUTO_CLOSE: