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
Version/Branch of Dear ImGui:
Version: 1.78 and 1.79 WIP Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: ALL Operating System: ALL
My Issue/Question:
When using InputTextMultiline with the ImGuiInputTextFlags_Password, an assertion occurs saying to fonts remain on the stack.
Screenshots/Video
XXX (you can drag files here)
Standalone, minimal, complete and verifiable example: (see #2261)
static char text[200] = "Here we go "; ImGui::InputTextMultiline("Widget", text, sizeof(char)*200, ImVec2(0,0), ImGuiInputTextFlags_Password);
The text was updated successfully, but these errors were encountered:
InputText: Fixed using ImGuiInputTextFlags_Password with InputTextMul…
32be6c0
…tiline(). (#3427, #3428)
Fixed by #3428, thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
Version/Branch of Dear ImGui:
Version: 1.78 and 1.79 WIP
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: ALL
Operating System: ALL
My Issue/Question:
When using InputTextMultiline with the ImGuiInputTextFlags_Password, an assertion occurs saying to fonts remain on the stack.
Screenshots/Video
XXX (you can drag files here)
Standalone, minimal, complete and verifiable example: (see #2261)
The text was updated successfully, but these errors were encountered: