From b8f7a4daac44ea114de9ea8aa733f876ed259ca3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 22 Jun 2018 20:34:08 +0200 Subject: [PATCH] Mention purple line indicating middle of timeline. --- server/TracyView.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index a967b072..7ad23d92 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -5189,7 +5189,8 @@ void View::DrawMemory() if( ImGui::IsItemHovered() ) { ImGui::BeginTooltip(); - ImGui::Text( "Don't show allocations beyond the middle of timeline display." ); + ImGui::Text( "Don't show allocations beyond the middle of timeline" ); + ImGui::Text( "display (it is indicated by purple line)." ); ImGui::EndTooltip(); }