mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Some old traces might have invalid image names.
This commit is contained in:
parent
0c7c3ae641
commit
667112c71f
@ -17473,7 +17473,7 @@ void View::DrawFrameTreeLevel( const unordered_flat_map<uint64_t, CallstackFrame
|
||||
const char* fileName = nullptr;
|
||||
if( frame.line == 0 )
|
||||
{
|
||||
TextDisabledUnformatted( m_worker.GetString( frameDataPtr->imageName ) );
|
||||
if( frameDataPtr->imageName.Active() ) TextDisabledUnformatted( m_worker.GetString( frameDataPtr->imageName ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user