mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +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
|
else
|
||||||
{
|
{
|
||||||
const auto fn = worker.GetString( sidx );
|
const auto fn = worker.GetString( sidx );
|
||||||
const auto fc = GetHsvColor( srcidx.Idx(), 0 );
|
const auto fc = GetHsvColor( sidx.Idx(), 0 );
|
||||||
SmallColorBox( fc );
|
SmallColorBox( fc );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::Text( "%i. %s:%i", j+1, fn, srcline );
|
ImGui::Text( "%i. %s:%i", j+1, fn, srcline );
|
||||||
|
Loading…
Reference in New Issue
Block a user