-
Notifications
You must be signed in to change notification settings - Fork 25
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
AddRect()
error: "ImDrawCornerFlags_All
not defined"
#117
Comments
Thanks for the report, could you try my branch in #118 and see if that fixes it? If so I'll merge it and tag a new release. |
Yep! No longer errors on my machine |
I really wish Julia had some kind of static analyzer to warn of potential unknown variable accesses :\ |
Alrighty, the new version should be available soon: JuliaRegistries/General#108414
Yeah I agree. What we really need is proper tests (#98), but in the meantime maybe JET.jl might be of use to find those kind of errors 🤔 In the past it's been a little spammy but maybe there are some settings to only look for obvious errors like unknown variables. |
In Julia 1.9.2, CImGui 1.82.0:
Presumably it should be
ImDrawFlags_RoundCornersAll
The text was updated successfully, but these errors were encountered: