fix: Sub windows being used incorrectly

This commit is contained in:
WerWolv
2024-06-26 19:11:31 +02:00
parent e1a4707569
commit 95f71bcb10
11 changed files with 27 additions and 35 deletions

View File

@@ -1189,7 +1189,6 @@ namespace ImGuiExt {
ImGui::SetCursorPosY(ImGui::GetCursorPosY() - (ImGui::GetStyle().FramePadding.y * 2));
ImGui::TextDisabled("...");
result = false;
ImGui::EndChild();
}
}
ImGui::PopStyleVar();