diff --git a/server/TracyView.cpp b/server/TracyView.cpp index dd722dc3..c29c77dd 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -4804,7 +4804,7 @@ void View::DrawCallstackWindow() ImGui::TextWrapped( "%s", m_worker.GetString( frame->name ) ); ImGui::NextColumn(); ImGui::PushTextWrapPos( 0.0f ); - ImGui::TextDisabled( "(%s:%i)", m_worker.GetString( frame->file ), frame->line ); + ImGui::TextDisabled( "%s:%i", m_worker.GetString( frame->file ), frame->line ); ImGui::PopTextWrapPos(); ImGui::NextColumn(); }