mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Cosmetics.
This commit is contained in:
parent
0186586fd9
commit
1f3b6d01ab
@ -994,7 +994,7 @@ uint64_t SourceView::RenderSymbolAsmView( uint32_t iptotal, unordered_flat_map<u
|
|||||||
{
|
{
|
||||||
const auto fileName = worker.GetString( srcidx );
|
const auto fileName = worker.GetString( srcidx );
|
||||||
const auto fileColor = GetHsvColor( srcidx.Idx(), 0 );
|
const auto fileColor = GetHsvColor( srcidx.Idx(), 0 );
|
||||||
TextDisabledUnformatted( "Source location:" );
|
TextDisabledUnformatted( "Target location:" );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
SmallColorBox( fileColor );
|
SmallColorBox( fileColor );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
Reference in New Issue
Block a user