diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 04d4e186..e4c00327 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -14633,6 +14633,8 @@ void View::DrawRanges() TextFocused( "-", TimeToStringExact( m_findZone.range.max ) ); ImGui::SameLine(); ImGui::TextDisabled( "(%s)", TimeToString( m_findZone.range.max - m_findZone.range.min ) ); + if( ImGui::SmallButton( ICON_FA_MICROSCOPE " Focus" ) ) ZoomToRange( m_findZone.range.min, m_findZone.range.max ); + ImGui::SameLine(); if( SmallButtonDisablable( ICON_FA_STICKY_NOTE " Set from annotation", m_annotations.empty() ) ) ImGui::OpenPopup( "RangeFindZoneCopyFrom" ); if( ImGui::BeginPopup( "RangeFindZoneCopyFrom" ) ) {