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: VS 2019
Operating System: Windows 10
My Issue/Question:
I am loosing the tooltip when using ImGuiDragDropFlags_SourceExtern. Instead of the provided tooltip I only get the mystical "...". Besides this everything works like expected.
The tooltip needs to be submitted, here it isn't since you only submit it on the click.
From there I think the issue is similar as described in second part of #1725 so I'll move the conversation there.
Item (1) was implemented (payload is kept even if source stops being submitted).
Item (2) wasn't implemented but should be possible to do at the user level. Essentially we should provide an idiomatic way to encourage people to submit description tooltip not at the source but somewhere in the main-loop. User code can peak at the payload data and generate the tooltip for it. This would fix the more general problem described by Losing drag and drop when clipped or source item becomes not visible / or not submitted anymore #1725.
Version/Branch of Dear ImGui:
Version: 1.79
Branch: docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp
Compiler: VS 2019
Operating System: Windows 10
My Issue/Question:
I am loosing the tooltip when using ImGuiDragDropFlags_SourceExtern. Instead of the provided tooltip I only get the mystical "...". Besides this everything works like expected.
The text was updated successfully, but these errors were encountered: