Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix luavgl obj property API #62

Merged
merged 4 commits into from
Aug 18, 2024
Merged

Fix luavgl obj property API #62

merged 4 commits into from
Aug 18, 2024

Conversation

XuNeo
Copy link
Owner

@XuNeo XuNeo commented Aug 18, 2024

Fix #61

Try to set property in a fixed order using lvgl's property API for specified class.

Iterate all base classes.

  1. check luavgl property table for a match
  2. if not match, check lvgl's property API for this specific class.

If still no match,

  1. check luavgl's style set API.
  2. check lvgl's style property.

@XuNeo XuNeo changed the title Fix obj property API Fix luavgl obj property API Aug 18, 2024
@XuNeo XuNeo merged commit 6e703d4 into master Aug 18, 2024
1 check passed
@XuNeo XuNeo deleted the t4 branch August 18, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Property won't work in complex inherency situation
1 participant