0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00

Cosmetics.

This commit is contained in:
Bartosz Taudul
2026-01-14 02:14:25 +01:00
parent 24ea5118e0
commit a991b4fd50

View File

@@ -518,7 +518,7 @@ void View::DrawThreadMigrations( const TimelineContext& ctx, const int origOffse
DrawLine( draw, pw, startPos, wakecolor, wakeupLineSize );
draw->AddCircleFilled( pw, bgSize, wakecolor );
// Vertical line at beginning of thread to emphasize wakeup
if( wakeupWidthPixels >= 3 )
{