diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 3757fd3d..c33d6070 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -4765,6 +4765,7 @@ void View::DrawStatistics() ImGui::PopID(); } + ImGui::EndColumns(); #endif ImGui::End(); }