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
The MenuItem doesn't seem to open a pop up, I'm trying to open a PopUpModal, but I noticed the same issue with the stacked PopUp.
I tried to replicate the issue with the stacked pop up example in the demo window (imgui_demo.cpp #1203), if you replace the button with a menu item, the stacked popup doesn't open anymore.
Ideally I'd like to have a MenuItem that when I click it closes the current pop up and open a modal pop up.
The text was updated successfully, but these errors were encountered:
Hi,
The MenuItem doesn't seem to open a pop up, I'm trying to open a PopUpModal, but I noticed the same issue with the stacked PopUp.
I tried to replicate the issue with the stacked pop up example in the demo window (imgui_demo.cpp #1203), if you replace the button with a menu item, the stacked popup doesn't open anymore.
Ideally I'd like to have a MenuItem that when I click it closes the current pop up and open a modal pop up.
The text was updated successfully, but these errors were encountered: