We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the legend of the ANIM editor graph, the legend should be ordered XYZW but it's ordered WXYZ instead.
The text was updated successfully, but these errors were encountered:
The values should already be added in the order XYZW. It looks like egui is using a B-tree internally, so I'm not sure if there's an easy way to fix this. It's probably happening because w < x < y < z alphabetically. https://github.com/emilk/egui/blob/da0a1787019cb28c26e969bc537a191f2ed302f3/crates/egui/src/widgets/plot/legend.rs#L155-L160
Sorry, something went wrong.
No branches or pull requests
In the legend of the ANIM editor graph, the legend should be ordered XYZW but it's ordered WXYZ instead.
The text was updated successfully, but these errors were encountered: