diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 51823e7a..c041e93f 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -691,6 +691,10 @@ bool View::DrawImpl() ImGui::BeginTooltip(); ImGui::Text( "Time span" ); ImGui::EndTooltip(); + if( ImGui::IsItemClicked( 2 ) ) + { + ZoomToRange( 0, m_worker.GetLastTime() ); + } } ImGui::SameLine(); dx = ImGui::GetCursorPosX() - cx;