move EndFloatWindows outside of Begin (#6242)

This commit is contained in:
A Green Spoon
2026-02-09 18:44:13 -05:00
committed by GitHub
parent 293adcf9ee
commit a2f2697d0d
2 changed files with 2 additions and 2 deletions

View File

@@ -1246,12 +1246,12 @@ void CheckTrackerWindow::DrawElement() {
ImGui::EndTable(); // Checks Lead-out
ImGui::EndTable(); // Quick Options Lead-out
Trackers::EndFloatWindows();
if (doingCollapseOrExpand) {
optCollapseAll = false;
optExpandAll = false;
}
}
Trackers::EndFloatWindows();
}
bool UpdateFilters() {

View File

@@ -1067,8 +1067,8 @@ void EntranceTrackerWindow::DrawElement() {
}
}
ImGui::EndChild();
Trackers::EndFloatWindows();
}
Trackers::EndFloatWindows();
}
void EntranceTrackerWindow::InitElement() {