move EndFloatWindows outside of Begin (#6242)
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -1067,8 +1067,8 @@ void EntranceTrackerWindow::DrawElement() {
|
||||
}
|
||||
}
|
||||
ImGui::EndChild();
|
||||
Trackers::EndFloatWindows();
|
||||
}
|
||||
Trackers::EndFloatWindows();
|
||||
}
|
||||
|
||||
void EntranceTrackerWindow::InitElement() {
|
||||
|
||||
Reference in New Issue
Block a user