mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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…
x
Reference in New Issue
Block a user