From b138db9c4d65ee5fb1f03d7bd5b5def2785f95d8 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 19 Feb 2020 23:29:27 +0100 Subject: [PATCH] Display mode in find zone menu. --- server/TracyView.cpp | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) 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();