mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
In callstack table view, copy location with line to clipboard instead just location.
This commit is contained in:
parent
4d33dc0f3e
commit
dc79ae6fea
@ -14264,7 +14264,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:
|
||||
|
Loading…
Reference in New Issue
Block a user