mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Draw smaller "inline" index in callstacks.
This commit is contained in:
parent
b8766ad5d7
commit
a075323a80
@ -14052,7 +14052,9 @@ void View::DrawCallstackTable( uint32_t callstack, bool globalEntriesButton )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if( m_smallFont ) ImGui::PushFont( m_smallFont );
|
||||||
TextDisabledUnformatted( "inline" );
|
TextDisabledUnformatted( "inline" );
|
||||||
|
if( m_smallFont ) ImGui::PopFont();
|
||||||
}
|
}
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
{
|
{
|
||||||
@ -16187,7 +16189,9 @@ void View::DrawSampleParents()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if( m_smallFont ) ImGui::PushFont( m_smallFont );
|
||||||
TextDisabledUnformatted( "inline" );
|
TextDisabledUnformatted( "inline" );
|
||||||
|
if( m_smallFont ) ImGui::PopFont();
|
||||||
}
|
}
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user