Hey all,
This is on .5 preview 316 (RC5)
Just getting started with Channels and ImGUI… Channels look veryveryveryvery promising, guess it’ll take some time to get used to it but can definitely see the potential!
I was trying to patch a little GUI with ImGUI and noticed the following behavior : when opening help patches while patching, the more help patches you open, the “bigger” the UI gets.
- In a fresh document, reference ImGUI, ImGUI.Skia and Skia
- Create a simple layout with two tabs and stuff inside (see attached patch below)
- Open an ImGUI help patch from the help browser : the tabs will get bigger and space in between them will grow as well
- The more patches you open, the bigger the effect is
Initial state :
After opening one help patch :
After opening like 10 help patches :
It looks like they’re all “adding up” to something. Pressing F9 with all help patches open does not change anything, but closing them all and pressing F9 goes back to initial state. Funny how help patches seem to not be influenced by this behavior, only “my” patch.
imgui_layout.vl (11.9 KB)
Thanksss