When a modal popup is open, newly created windows that want focus (i.e. are not popups and do not specify ImGuiWindowFlags_NoFocusOnAppearing) should be positioned behind that modal window, unless the window was created inside the modal begin-stack. In case of multiple stacked modals newly created window honors begin stack order and does not go below its own modal parent. - Window // F
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected