rect_to_avoid=ImRect(parent_window->Pos.x+4.0f,-FLT_MAX,parent_window->Pos.x+parent_window->Size.x-4.0f-parent_window->ScrollbarWidth(),FLT_MAX);// We want some overlap to convey the relative depth of each popup (here hard-coded to 4)
rect_to_avoid=ImRect(parent_window->Pos.x+style.ItemSpacing.x,-FLT_MAX,parent_window->Pos.x+parent_window->Size.x-style.ItemSpacing.x-parent_window->ScrollbarWidth(),FLT_MAX);// We want some overlap to convey the relative depth of each popup (here hard-coded to 4)