kotlin-graphics / imgui

Bloat-free Immediate Mode Graphical User interface for JVM with minimal dependencies (rewrite of dear imgui)
MIT License
600 stars 36 forks source link

Fix password font not popping after push #121

Closed zeroeightysix closed 4 years ago

zeroeightysix commented 4 years ago

Quite humorously, the 'one glyph' password font wouldn't be popped from the stack after being pushed if the password hint was displayed. This would cause the password font to 'leak' into other widgets: image This PR fixes that: image

elect86 commented 4 years ago

Thanks for all your PRs!