From 0d509ea3a6117167b0170309fd658882f46f51e3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 20 Jun 2018 14:37:55 +0200 Subject: [PATCH] Add missing EndColumns() call. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) 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(); }