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

UI Grid Placement Styles should hold the calculated values during runtime. #714

Open
Atlas16A opened this issue Oct 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Atlas16A
Copy link

Atlas16A commented Oct 1, 2024

What problem does this solve or what need does it fill?

The Getter functions on UI Grid Styles is effectively useless for any form of reactive behaviors as it only gives the set value rather than what was computed the previous frame.

What solution would you like?

Getter functions on UI Grid styles, such as the grid_placement styles, should return the computed values, not the values set by the setter/at spawn.

What alternative(s) have you considered?

An Alternative getter function would also work. Perhaps get_recent or get_state

@Atlas16A Atlas16A added the enhancement New feature or request label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant