diff --git a/server/TracyView.cpp b/server/TracyView.cpp index baf8148e..73ea033d 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -14268,7 +14268,7 @@ void View::DrawCallstackTable( uint32_t callstack, bool globalEntriesButton ) TextDisabledUnformatted( LocationToString( txt, frame.line ) ); if( ImGui::IsItemClicked() ) { - ImGui::SetClipboardText( txt ); + ImGui::SetClipboardText( LocationToString( txt, frame.line ) ); } break; case 1: