You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used it since to create an 'invisible' window,
which is the size of the application, which makes it simulate drawing in the background of the application.
but was using an older version of ImGUI, and today I updated.
but the window in which it should be 'invisible' now has a border.
I'm using bg_alpha_override = 0.f
this was supposed to be working.
Surprisingly this has been coming a few times, I wonder if I should instate a ImGuiWindowFlags_NoBorder that would only affect the WindowBorderSize, but not affect FrameBorderSize or child windows..
I followed the code example provided in:
#466
I've used it since to create an 'invisible' window,
which is the size of the application, which makes it simulate drawing in the background of the application.
but was using an older version of ImGUI, and today I updated.
but the window in which it should be 'invisible' now has a border.
I'm using bg_alpha_override = 0.f
this was supposed to be working.
image:
https://prnt.sc/j7thki
The text was updated successfully, but these errors were encountered: