From c384ec132f4d2cb7cb79b0ee622f5141fd01f3dd Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 6 Jun 2020 20:50:24 +0200 Subject: [PATCH] Fix position of source separator line. --- server/TracySourceView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 8fb30fb5..f8decbe0 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -1386,7 +1386,7 @@ void SourceView::RenderSymbolSourceView( uint32_t iptotal, unordered_flat_mapScroll.x, 0 ); const auto wh = ImGui::GetWindowHeight(); const auto ty = ImGui::GetFontSize(); const auto ts = ImGui::CalcTextSize( " " ).x;