- Added Timer

- Fixed BaseElement Visual request issues
- Added number animation
- Added entries animation
This commit is contained in:
Robert Jelic
2025-04-20 10:27:48 +02:00
parent 296e099e2c
commit d36c7e7867
9 changed files with 806 additions and 158 deletions

View File

@@ -177,8 +177,6 @@ function BaseElement:applyTheme(applyToChildren)
end
end
self.set(prop, value)
else
errorManager.error("Invalid property '" .. prop .. "' in theme for " .. self._values.type)
end
end
end