diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 44980f3f..1fb5b195 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -8790,13 +8790,18 @@ void View::DrawFindZone() m_findZone.selTime = selectionTime; } + int maxBin = 0; int64_t maxVal; if( cumulateTime ) { maxVal = binTime[0]; for( int i=1; i 1 ) { const auto sz = m_findZone.sorted.size();