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(); // Checks Lead-out
|
||||||
ImGui::EndTable(); // Quick Options Lead-out
|
ImGui::EndTable(); // Quick Options Lead-out
|
||||||
Trackers::EndFloatWindows();
|
|
||||||
if (doingCollapseOrExpand) {
|
if (doingCollapseOrExpand) {
|
||||||
optCollapseAll = false;
|
optCollapseAll = false;
|
||||||
optExpandAll = false;
|
optExpandAll = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Trackers::EndFloatWindows();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool UpdateFilters() {
|
bool UpdateFilters() {
|
||||||
|
|||||||
@@ -1067,8 +1067,8 @@ void EntranceTrackerWindow::DrawElement() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ImGui::EndChild();
|
ImGui::EndChild();
|
||||||
Trackers::EndFloatWindows();
|
|
||||||
}
|
}
|
||||||
|
Trackers::EndFloatWindows();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EntranceTrackerWindow::InitElement() {
|
void EntranceTrackerWindow::InitElement() {
|
||||||
|
|||||||
Reference in New Issue
Block a user