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
To reproduce add here:
runnerParams.callbacks.AddEdgeToolbar(HelloImGui::EdgeToolbarType::Left, []() {});
I get std::out_of_range error Found typo in source code:
if ( edgeToolbarType == EdgeToolbarType::Left) { auto width = HelloImGui::EmSize( runnerParams.callbacks.edgesToolbars.at(EdgeToolbarType::Right).options.sizeEm); fullScreenSize.x = width; }
if i replace EdgeToolbarType::Right to EdgeToolbarType::Left everything works as expected
EdgeToolbarType::Right
EdgeToolbarType::Left
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
To reproduce add here:
I get std::out_of_range error
Found typo in source code:
if i replace
EdgeToolbarType::Right
toEdgeToolbarType::Left
everything works as expectedThe text was updated successfully, but these errors were encountered: