From c43f8562ecd1af358c72a60c32e2781a8fb05413 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 12 Jun 2019 23:46:14 +0200 Subject: [PATCH] Rename "sync view" to "sync timeline". --- manual/tracy.tex | 2 +- server/TracyView.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 30c3d5da..f5988c8c 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -1776,7 +1776,7 @@ This window presents information and statistics about a lock. The lock events co You may view a live replay of the profiled application screen captures (see section~\ref{frameimages}) using this window. Playback is controlled by the \emph{\faPlay~Play} and \emph{\faPause~Pause} buttons and the \emph{Frame image} slider can be used to scrub to the desired time stamp. Alternatively you may use the \emph{\faCaretLeft} and \emph{\faCaretRight} buttons to change single frame back or forward. -If the \emph{Sync view} option is selected, the timeline view will be focused on the frame corresponding to the currently displayed screen shot. +If the \emph{Sync timeline} option is selected, the timeline view will be focused on the frame corresponding to the currently displayed screen shot. \newpage \appendix diff --git a/server/TracyView.cpp b/server/TracyView.cpp index b34c5dd4..5c03d990 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -9159,7 +9159,7 @@ void View::DrawPlayback() } } ImGui::SameLine(); - if( ImGui::Checkbox( "Sync view", &m_playback.sync ) ) + if( ImGui::Checkbox( "Sync timeline", &m_playback.sync ) ) { if( m_playback.sync ) {