mirror of
https://github.com/Drezil/imgui.git
synced 2025-10-10 03:41:07 +02:00
Fix merge issue on master.
This commit is contained in:
@@ -7374,7 +7374,7 @@ static void ImGui::NavUpdate()
|
||||
{
|
||||
// Close open popup/menu
|
||||
if (!(g.OpenPopupStack.back().Window->Flags & ImGuiWindowFlags_Modal))
|
||||
ClosePopupToLevel(g.OpenPopupStack.Size - 1);
|
||||
ClosePopupToLevel(g.OpenPopupStack.Size - 1, true);
|
||||
}
|
||||
else if (g.NavLayer != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user