kotlin-graphics / imgui

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

Example Log doesn't display any text unless a filter is applied #168

Open reeve567 opened 3 years ago

reeve567 commented 3 years ago

Pretty sure it's running the code for clipper when the filter is empty, but this doesn't actually show anything for me. I tried the TextUnformatted it recommended, but that only worked until there were enough to fill the current view, then they disappear. I thought it may have been some kind of issue I caused, but in a minimal one I did the other day following a tutorial the same thing happens.

elect86 commented 3 years ago

Hi

I'll take a look asap, in the meanwhile if you may want to provide a PR, don't hesitate