ImGui - Scrolling issue with LayerWidget

Hi all!

I’m working with ImGui to make some UI.
Since we currently can’t change the default font loaded by ImGui, I’m using LayerWidget to bypass this and add some custom text with Skia.

Problem is that now, UI made and connected to LayerWidget doesn’t react to scroll.

Here’s a small patch to display what’s happening:
ImGui_Scrolling_Issue_LayerWidget.vl (50.7 KB)

When using mouse wheel, check boxes correctly move, but the texts connected to LayerWidget stay in position.

Any thought on that?

Thanks,

Thanks maxime,
fixed in upcoming preview

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.