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

Provide control over feature override priority #7433

Open
pmconne opened this issue Nov 27, 2024 · 0 comments
Open

Provide control over feature override priority #7433

pmconne opened this issue Nov 27, 2024 · 0 comments
Labels
display enhancement New feature or request

Comments

@pmconne
Copy link
Member

pmconne commented Nov 27, 2024

As discussed in #7430.
If, for example, the color is overridden for both a model X and an element Y belonging to model X, the existing rules say that the element draws using the model's color override.
The only way to make the element color take precedence would be to not override the model, and instead override every single element in model X except element Y to be one color, and element Y to be another color.
That is unnecessarily expensive.

We should provide a way to specify that an element override should take precedence over a model override when they conflict.
Consider what similar scenarios should be addressed (e.g., conflicts between subcategories and elements or models).

@pmconne pmconne added display enhancement New feature or request labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant