Adding a copy button to the source view.

This commit is contained in:
Ben Vanik
2024-03-13 09:35:16 -07:00
parent f1998292a4
commit 605cdcb5d5
4 changed files with 16 additions and 1 deletions

View File

@@ -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