mirror of
https://github.com/Drezil/imgui.git
synced 2025-04-03 09:52:43 +00:00
ShowTestWindow: missing TreePop() call in Mouse Cursor section.
This commit is contained in:
parent
fde991fbbb
commit
efd927e300
@ -10038,6 +10038,7 @@ void ImGui::ShowTestWindow(bool* opened)
|
|||||||
if (ImGui::IsItemHovered())
|
if (ImGui::IsItemHovered())
|
||||||
ImGui::SetMouseCursor(i);
|
ImGui::SetMouseCursor(i);
|
||||||
}
|
}
|
||||||
|
ImGui::TreePop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user