ImGUI: Modal Dim Background not working

Just implementing a modal in ImGui and I noticed that the setting of the modal dim background color does not work.

You can hook up a SetPopupStyle to the modal and set the Modal Dim Background color:

But it does not do anything. It remains the transparent white background.

Could we also make the default black and not white? I’ve never seen a modal where the background becomes brighter, but only that it becomes darker. I would say it’s a more sensible default.

Thanks for fixing!