Skip to content
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

InputTextMultiline/Password Flag Assertion #3427

Closed
hoffstadt opened this issue Aug 24, 2020 · 1 comment
Closed

InputTextMultiline/Password Flag Assertion #3427

hoffstadt opened this issue Aug 24, 2020 · 1 comment

Comments

@hoffstadt
Copy link
Contributor

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);
@ocornut
Copy link
Owner

ocornut commented Aug 25, 2020

Fixed by #3428, thanks for reporting.

@ocornut ocornut closed this as completed Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants