Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for ImGui::SetActiveID in imgui.cpp #18

Open
wants to merge 4 commits into
base: docking
Choose a base branch
from

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