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
Error calculating prims parameter when construct RendererBase in RendererBarsFillH
RendererBarsFillH(const _Getter1& getter1, const _Getter2& getter2, ImU32 col, double height) : RendererBase(ImMin(getter1.Count, getter1.Count), 6, 4), Getter1(getter1), Getter2(getter2), Col(col), HalfHeight(height/2) {}
the prims parameter should be ImMin(getter1.Count, getter2.Count)
ImMin(getter1.Count, getter2.Count)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error calculating prims parameter when construct RendererBase in RendererBarsFillH
the prims parameter should be
ImMin(getter1.Count, getter2.Count)
The text was updated successfully, but these errors were encountered: