Skip to content

Conversation

@SionGRG
Copy link

@SionGRG SionGRG commented Mar 23, 2023

There is a typo in the ImGui::SetActiveID function in imgui.cpp between line 3834 and 3843

Also, the For Loop will produce an error when the ImGui::SetActiveID function is called with a NULL value for the window argument like on line 3893 in the ImGui::ClearActiveID function.

SionGRG added 3 commits March 20, 2023 18:28
- Fixed the error with "DC.Layouts..." in the ImGui::SetActiveID function.
- Also fixed the error with the ImGui::SetActiveID function being called in the ImGui::ClearActiveID function with an null pointer for the "window" pointer variable, which caused an error when you dragged the ImGui window to areas outside the application window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant