mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Rename "sync view" to "sync timeline".
This commit is contained in:
parent
756379b9d8
commit
c43f8562ec
@ -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
|
||||
|
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user