mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
No need to format string.
This commit is contained in:
parent
17009b315f
commit
fd3b9ca1e5
@ -14627,7 +14627,7 @@ void View::DrawFrameTreeLevel( const unordered_flat_map<uint64_t, CallstackFrame
|
||||
const char* fileName = nullptr;
|
||||
if( frame.line == 0 )
|
||||
{
|
||||
ImGui::TextDisabled( m_worker.GetString( frameDataPtr->imageName ) );
|
||||
TextDisabledUnformatted( m_worker.GetString( frameDataPtr->imageName ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user