armory3d/zui

combo content detaches when scrolling the window via mousewheel

Closed this issue · 4 comments

  • create so much ui that you get a scrollable window
  • create a zui.combo element
  • click the combo to open it
  • scroll via mousewheel
  • the combo scrolls up correctly, but it's content stays in place where it was opened

image

It looks like nowadays window scroll is blocked while combo is opened, so perhaps this is no longer an issue.

With Zui.alwaysRedraw = true; it still won't work. But i need that flag enabled to update counter displays and such.

Aha yes, I see it now, thanks for info!

fixed in af2371a