-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
TabBars in Tab can cause crash #2371
Labels
Comments
Confirmed the bug, thank you. It's a really silly error on my side to have let that go (the stack stores tabbar pointers that are pointing to a resizable vector). Fixing soon. |
ocornut
added a commit
that referenced
this issue
Feb 22, 2019
…fect docking). (#2371) Added ImPool::Contains() helper.
I have pushed a fix for this, confirmed with docking branch and added a test for recursive manual tab bar in my wip testing system. Thanks again! |
ocornut
added a commit
that referenced
this issue
Feb 23, 2019
Thank you! I will pull the fix. Thanks again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version/Branch of Dear ImGui:
Version: 1.69 WIP (16899)
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl2.cpp
The text was updated successfully, but these errors were encountered: