From d18c3432a4abeea4e7e1c8ad566dd3ed3f458135 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 10 Feb 2019 13:38:14 +0100 Subject: [PATCH] Fix call stack window. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index c96e5ec0..573b5aec 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -6619,6 +6619,7 @@ void View::DrawCallstackWindow() ImGui::TextUnformatted( "Location" ); ImGui::SameLine(); DrawHelpMarker( "Click on entry to copy it to clipboard.\nRight click on entry to try to open source file." ); + ImGui::NextColumn(); int fidx = 0; int bidx = 0;