From 72966a24a3308a48f7125b3e751f56df990a562b Mon Sep 17 00:00:00 2001 From: "Dedmen Miller (Dedmenmiller)" Date: Thu, 24 Jan 2019 14:16:23 +0000 Subject: [PATCH 1/2] Fixed offset in histogram with non-log time --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 77663fff..90354cf3 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -5043,7 +5043,7 @@ void View::DrawFindZone() while( zit != sorted.end() && *zit == 0 ) zit++; for( int64_t i=0; i Date: Thu, 24 Jan 2019 15:02:36 +0000 Subject: [PATCH 2/2] Fix other lines --- server/TracyView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 90354cf3..d6ea10c3 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -5067,7 +5067,7 @@ void View::DrawFindZone() while( zit != m_findZone.selSort.end() && *zit == 0 ) zit++; for( int64_t i=0; i