ImGui::GetWindowDrawList()->AddRect(ImVec2(ImGui::GetWindowPos().x + style.WindowPadding.x - 1, ImGui::GetWindowPos().y + style.WindowPadding.x - 1),
ImVec2(ImGui::GetWindowPos().x + ImGui::GetWindowWidth() + style.WindowPadding.x - 1, ImGui::GetWindowPos().y + 53), ImGui::GetColorU32(ImVec4(0, 0, 0, 1)), 0.0F, -1, 2.0F);
сделал так, но кс крашит