diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 23e83179..5231f860 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -8702,7 +8702,6 @@ void View::DrawFindZone() } ImGui::BeginChild( "##zonesScroll", ImVec2( ImGui::GetWindowContentRegionWidth(), std::max( 200.f, ImGui::GetContentRegionAvail().y ) ) ); - idx = 0; if( groupBy == FindZone::GroupBy::Callstack ) { const auto gsz = (int)groups.size();