Fix merge issue on master.

features/potocpav-newer-lines-2
omar ago%!(EXTRA string=6 years)
parent ae76a1fda7
commit ca953f0fee
  1. 2
      imgui.cpp

@ -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)
{

Loading…
Cancel
Save