mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Respect alpha when drawing installer loading overlay
This commit is contained in:
parent
271c258e40
commit
e9aa2e2ac3
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
ImGui.GetWindowDrawList().AddRectFilled(
|
||||
ImGui.GetWindowPos() + new Vector2(0, titleHeight),
|
||||
ImGui.GetWindowPos() + windowSize,
|
||||
0xCC000000,
|
||||
ImGui.ColorConvertFloat4ToU32(new(0f, 0f, 0f, 0.8f * ImGui.GetStyle().Alpha)),
|
||||
ImGui.GetStyle().WindowRounding,
|
||||
ImDrawFlags.RoundCornersBottom);
|
||||
ImGui.PopClipRect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue