Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631)

Squashed of 2 master commits.
This commit is contained in:
ocornut
2023-09-27 19:49:12 +02:00
parent b7c250925f
commit f8aed6499f
7 changed files with 21 additions and 21 deletions

View File

@@ -313,7 +313,7 @@ void ImGui::ShowDemoWindow(bool* p_open)
if (show_tool_debug_log)
ImGui::ShowDebugLogWindow(&show_tool_debug_log);
if (show_tool_id_stack_tool)
ImGui::ShowIdStackToolWindow(&show_tool_id_stack_tool);
ImGui::ShowIDStackToolWindow(&show_tool_id_stack_tool);
if (show_tool_style_editor)
{
ImGui::Begin("Dear ImGui Style Editor", &show_tool_style_editor);