From 3177865fc25b0cb30b9a22eb70d8eb009152713f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 9 Apr 2020 02:02:06 +0200 Subject: [PATCH] Follow jump by clicking on jump arrows. --- server/TracySourceView.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 563601ec..98b0e023 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -771,6 +771,12 @@ uint64_t SourceView::RenderSymbolAsmView( uint32_t iptotal, unordered_flat_mapAddLine( wpos + ImVec2( xoff + JumpSeparation * ( mjl - v.second.level ), y0 + th2 ), wpos + ImVec2( xoff + JumpSeparation * ( mjl - v.second.level ), y1 + th2 ), col, thickness );