diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 99c8e3b9..4a4abd52 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -3000,7 +3000,7 @@ void View::DrawFindZone() while( x < numBins ) { draw->AddLine( wpos + ImVec2( xo + x, yoff ), wpos + ImVec2( xo + x, yoff + round( ty * linelen[iter] ) ), 0x66FFFFFF ); - if( iter == 0 && ( tw == 0 || x > tx + tw + ty * 2 ) ) + if( iter == 0 && ( tw == 0 || x > tx + tw + ty * 1.1 ) ) { tx = x; auto txt = TimeToStringInteger( tt );