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
Workaround is to surround ImGui::SetTooltip() with Suspend() and Resume(). While this works for simple cases like SetTooltip(), I have not yet figured how to make more complex cases like ImGui::BeginCombo() to work.
Uh oh!
There was an error while loading. Please reload this page.
Tooltips in node editor show up in wrong position.
Repro:
When I hover over the Node A, the tooltip shows up near top left window corner, instead on top of the node.
I guess this has to do with Canvas vs. Screen coordinate systems. What would I need to do to make tooltips work better?
Edit: I am in docking branch I have these:
The text was updated successfully, but these errors were encountered: