-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with Modal Dialog and incorrect dimming #4863
Comments
Same as #4845 (see comment #4845 (comment)) Your backend doesn't honor I will edit the release note to that make more apparent. |
Awesome! Thanks for the hint! I dont know why I didn't see that issue when I searched :/ Sorry for the dupe! |
No worries.. I suspect other people will stumble on same issues so more references are better. There was already a line in the TL;DR; section of Release Change but I added some more too: com/ocornut/imgui/releases/tag/v1.86 If anything if it can encourage people to update their backend I guess it's not a total loss.. |
Yeh, it was a really quick fix once you pointed me in the right place. |
See ocornut/imgui#4863 for more detail Fixes #198
I've been having a really weird issue ever since I upgraded to the 1.86 version. I just rolled back to the 1.85 version to verify and the issue isn't present. I've tried to debug it but after around a day of chasing my tail, I dont understand what's going on. Everything is perfect, except for modal dialogs. The dim region is inverted and in the demo modal dialog, the 'H' from hello is missing.
I tried to repro this using the examples provided but I cant so I assume there is something on my end that's causing this, but I have no idea what that could be, I've basically stripped it down to just call NewFrame/ShowDemoWindow/EndFrame.
Does anyone have any idea what could be causing this or how to debug it. I stepped through "ImGui::RenderDimmedBackgrounds" and all the clipping rects and selection of the foremost window seems to be correct.
1.87 WIP - upgraded today in hopes it would fix the issue
![image](https://user-images.githubusercontent.com/10767490/148133202-43623e39-0080-4b8c-897f-2f3bae5fc19c.png)
1.85
![image](https://user-images.githubusercontent.com/10767490/148133102-bdf42f3f-9082-4ca3-a520-a6d1bc0eba3b.png)
The text was updated successfully, but these errors were encountered: