mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +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
|
||||
{
|
||||
if( m_smallFont ) ImGui::PushFont( m_smallFont );
|
||||
TextDisabledUnformatted( "inline" );
|
||||
if( m_smallFont ) ImGui::PopFont();
|
||||
}
|
||||
ImGui::TableNextColumn();
|
||||
{
|
||||
@ -16187,7 +16189,9 @@ void View::DrawSampleParents()
|
||||
}
|
||||
else
|
||||
{
|
||||
if( m_smallFont ) ImGui::PushFont( m_smallFont );
|
||||
TextDisabledUnformatted( "inline" );
|
||||
if( m_smallFont ) ImGui::PopFont();
|
||||
}
|
||||
ImGui::TableNextColumn();
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user