diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 91716b6b..40479ad6 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -1377,6 +1377,11 @@ void View::DrawZones() } ImGui::EndTooltip(); m_msgHighlight = *it; + + if( ImGui::IsMouseClicked( 2 ) ) + { + CenterAtTime( (*it)->time ); + } } it = next; }