mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-23 11:38:21 +00:00
Adding a copy button to the source view.
This commit is contained in:
@@ -33,6 +33,7 @@ void SourceContents::Parse( const char* fileName, const Worker& worker, const Vi
|
||||
if( srcCache.data != nullptr )
|
||||
{
|
||||
m_data = srcCache.data;
|
||||
m_dataSize = srcCache.len;
|
||||
sz = srcCache.len;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user