You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back-ends: imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp
Compiler: Visual Studio 2022
Operating System: Windows 10
My Issue/Question:
Used dockspace and multiviewports.
When the window is detached from the dockspace in a collapsed state, the main window stops responding to any actions.
This problem only occurs while using multiviewports.
Maybe I'm doing something wrong, but it looks like a problem of multiviewports.
Screenshots/Video
2022-07-23.16-33-31.mp42022-07-23.16-34-08.mp4
I paste this code before ImGui::Render(); in OpenGL3 and GLFW example.
Version/Branch of Dear ImGui:
Version: v1.86
Branch: docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp
Compiler: Visual Studio 2022
Operating System: Windows 10
My Issue/Question:
Used dockspace and multiviewports.
When the window is detached from the dockspace in a collapsed state, the main window stops responding to any actions.
This problem only occurs while using multiviewports.
Maybe I'm doing something wrong, but it looks like a problem of multiviewports.
Screenshots/Video
2022-07-23.16-33-31.mp4
2022-07-23.16-34-08.mp4
I paste this code before
ImGui::Render();in OpenGL3 and GLFW example.