mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-21 01:44:21 +00:00
Internals: Removed unnecessary code.
This commit is contained in:
parent
5a95c77388
commit
521470b3cd
2 changed files with 3 additions and 4 deletions
|
|
@ -6216,7 +6216,7 @@ void ImGui::SetNextWindowBgAlpha(float alpha)
|
|||
g.NextWindowData.BgAlphaCond = ImGuiCond_Always; // Using a Cond member for consistency (may transition all of them to single flag set for fast Clear() op)
|
||||
}
|
||||
|
||||
// In window space (not screen space!)
|
||||
// FIXME: This is in window space (not screen space!)
|
||||
ImVec2 ImGui::GetContentRegionMax()
|
||||
{
|
||||
ImGuiWindow* window = GetCurrentWindowRead();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue