From 2f592a6af684e6a56b68970c16121bdabb2260b9 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Fri, 21 May 2021 15:15:16 +0200 Subject: [PATCH] Ignore comment attribute --- src/hasp/hasp_attribute.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hasp/hasp_attribute.cpp b/src/hasp/hasp_attribute.cpp index e6f9a6bd..8b457f62 100644 --- a/src/hasp/hasp_attribute.cpp +++ b/src/hasp/hasp_attribute.cpp @@ -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); break; + case ATTR_COMMENT: + ret = hasp_attribute_type_t::ATTR_TYPE_METHOD_OK; + break; + case ATTR_COLS: case ATTR_ROWS: case ATTR_AUTO_CLOSE: