mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Fix wrong source color box.
This commit is contained in:
parent
e34d79c0c7
commit
1b3464a386
@ -2414,7 +2414,7 @@ uint64_t SourceView::RenderSymbolAsmView( const AddrStatData& as, Worker& worker
|
||||
else
|
||||
{
|
||||
const auto fn = worker.GetString( sidx );
|
||||
const auto fc = GetHsvColor( srcidx.Idx(), 0 );
|
||||
const auto fc = GetHsvColor( sidx.Idx(), 0 );
|
||||
SmallColorBox( fc );
|
||||
ImGui::SameLine();
|
||||
ImGui::Text( "%i. %s:%i", j+1, fn, srcline );
|
||||
|
Loading…
Reference in New Issue
Block a user