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

Pass function names to ViewSource() calls.

This commit is contained in:
Bartosz Taudul
2024-01-02 15:25:57 +01:00
parent 4757d101fc
commit 680174685b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ void View::DrawFindZone()
{
if( SourceFileValid( fileName, m_worker.GetCaptureTime(), *this, m_worker ) )
{
ViewSource( fileName, srcloc.line );
ViewSourceCheckKeyMod( fileName, srcloc.line, m_worker.GetString( srcloc.function ) );
}
else
{