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;