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

`listbox` shows no items #178

Open Iljo opened 2 years ago

Iljo commented 2 years ago

listbox shows no items, looks like ListClipper is broken.

The problem can be seen in ExampleApp aka demo window, under

Widgets -> Basic -> listbox(single select)

Tested it on last available version 1.79, and then also on latest commit 876ba264.