Fixed title bar background alpha being used to render viewport-owned windows. (#7184, #7181)

This commit is contained in:
David Maas
2023-12-30 17:45:25 -06:00
committed by GitHub
parent 20e1caec85
commit 2523c197bc
2 changed files with 3 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ Docking+Viewports Branch:
- Backends: DX12: Changed swapchain scaling mode to DXGI_SCALING_NONE to reduce artifacts as
queued frames aren't synchronized with platform window resizes. (#7152, #7153) [@SuperWangKai]
- Windows: Fixed ImGuiCol_TitleBg/Active alpha being used for viewport-owned windows. (#7181) [@PathogenDavid]
-----------------------------------------------------------------------