1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Merge pull request #344 from thedmd/callstack_table-clipboard_full_location

In callstack table view, copy full location with line to clipboard
This commit is contained in:
Bartosz Taudul
2022-03-19 15:37:59 +01:00
committed by GitHub
+1 -1
View File
@@ -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: