1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Open playback from frame using ctrl+left click.

This commit is contained in:
Bartosz Taudul
2019-06-16 16:49:21 +02:00
parent d683699ba9
commit d361261993
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1681,7 +1681,7 @@ bool View::DrawZoneFrames( const FrameData& frames )
ImGui::Image( m_frameTexture, ImVec2( fi->w, fi->h ) );
}
if( ImGui::IsMouseClicked( 1 ) )
if( ImGui::GetIO().KeyCtrl && ImGui::IsMouseClicked( 0 ) )
{
m_showPlayback = true;
m_playback.pause = true;