mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-12 15:59:54 +02:00
This commit is contained in:
@ -5018,7 +5018,8 @@ bool ImGui::Begin(const char* name, bool* p_open, const ImVec2& size_first_use,
|
|||||||
ImGui::SetNextWindowSize(size_first_use, ImGuiCond_FirstUseEver);
|
ImGui::SetNextWindowSize(size_first_use, ImGuiCond_FirstUseEver);
|
||||||
|
|
||||||
// Old API feature: override the window background alpha with a parameter.
|
// Old API feature: override the window background alpha with a parameter.
|
||||||
ImGui::SetNextWindowBgAlpha(bg_alpha_override);
|
if (bg_alpha_override >= 0.0f)
|
||||||
|
ImGui::SetNextWindowBgAlpha(bg_alpha_override);
|
||||||
|
|
||||||
return ImGui::Begin(name, p_open, flags);
|
return ImGui::Begin(name, p_open, flags);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user