mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
move EndFloatWindows outside of Begin (#6242)
This commit is contained in:
parent
293adcf9ee
commit
a2f2697d0d
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue