Searched refs:nav_earliest_child (Results 1 – 1 of 1) sorted by relevance
5559 ImGuiWindow* nav_earliest_child = g.NavWindow; in EndMenuBar() local5560 …while (nav_earliest_child->ParentWindow && (nav_earliest_child->ParentWindow->Flags & ImGuiWindowF… in EndMenuBar()5561 nav_earliest_child = nav_earliest_child->ParentWindow; in EndMenuBar()5562 …if (nav_earliest_child->ParentWindow == window && nav_earliest_child->DC.ParentLayoutType == ImGui… in EndMenuBar()