Skip to content

Commit 9e8cdab

Browse files
committed
Fix Check Tracker End when collapsed
1 parent 9d329fc commit 9e8cdab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/port/Rando/CheckTracker/CheckTracker.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ void CheckTrackerWindow::Draw() {
149149
DrawCheckTrackerList();
150150
ImGui::EndChild();
151151
}
152-
153-
ImGui::End();
154152
}
155153

154+
ImGui::End();
155+
156156
ImGui::PopStyleColor(4);
157157
ImGui::PopStyleVar(1);
158158
}

0 commit comments

Comments
 (0)