1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Show more elements in one-line callstacks.

This commit is contained in:
Bartosz Taudul
2022-08-15 21:36:29 +02:00
parent 697d1f0cad
commit f4524a8453
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ void View::DrawMessageLine( const MessageData& msg, bool hasCallstack, int& idx
{
SmallCallstackButton( ICON_FA_ALIGN_JUSTIFY, cs, idx );
ImGui::SameLine();
DrawCallstackCalls( cs, 4 );
DrawCallstackCalls( cs, 6 );
}
}
}