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
I use these functions in other parts of engine and I haven't any problems. I dont know what to do.
I suppose that i used incorrectly form ImGui::MenuItem.
From Imgui.cpp I have only created some functions to create buttons with text below.
Thanks,
Elliot JB
The text was updated successfully, but these errors were encountered:
FYI, this is currently happening when you create menus from outside of a menu bar.
It's not a 10 minutes fix unfortunately, because BeginMenu() is really tricky and this improve bypassing the mechanism that inhibit hovering on the parent of a popup. I know of various "fixes" that would break something else, and the right fix will take a bit of research to find.
Hi, i create a Engine3D with ImGui and i have a problem with ImGui::MenuItem and ImGui::BeginMenu.
(imgui, v1.53)
Look gif:
This is in code:
https://github.com/Project3CITM/CulverinEngine-Project3/blob/master/Engine/GameObject.cpp#L1008
I use these functions in other parts of engine and I haven't any problems. I dont know what to do.
I suppose that i used incorrectly form ImGui::MenuItem.
From Imgui.cpp I have only created some functions to create buttons with text below.
Thanks,
Elliot JB
The text was updated successfully, but these errors were encountered: