Skip to content

Conversation

thevaber
Copy link
Contributor

@thevaber thevaber commented May 7, 2015

You can reproduce this by removing anything that goes to Debug window from one of the example projects and then try to open a popup in the ImGui Test window.

This seems to be introduced by commit a906738. Empty Debug window gets deactivated by ImGui::Render(), which causes WasActive getting incorrectly set to false on next NewFrame, which then causes Debug window to get focused as if it just got newly opened, therefore closing the popup.

@thevaber
Copy link
Contributor Author

thevaber commented May 7, 2015

I just realised that this is not an adequate fix as it only makes the debug window invisible (ie. it can still be clicked on); I will try to post a better pull request as soon as possible.

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