Rename "sync view" to "sync timeline".

This commit is contained in:
Bartosz Taudul 2019-06-12 23:46:14 +02:00
parent 756379b9d8
commit c43f8562ec
2 changed files with 2 additions and 2 deletions

View File

@ -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. 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 \newpage
\appendix \appendix

View File

@ -9159,7 +9159,7 @@ void View::DrawPlayback()
} }
} }
ImGui::SameLine(); ImGui::SameLine();
if( ImGui::Checkbox( "Sync view", &m_playback.sync ) ) if( ImGui::Checkbox( "Sync timeline", &m_playback.sync ) )
{ {
if( m_playback.sync ) if( m_playback.sync )
{ {