diff --git a/server/TracyView.cpp b/server/TracyView.cpp index b6646f9e..cf57e3b5 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -4373,7 +4373,7 @@ void View::DrawFindZone() ImGui::PopID(); ImGui::SameLine(); ImGui::TextColored( ImVec4( 0.5f, 0.5f, 0.5f, 1.0f ), "(%s) %s", RealToString( v->second.zones.size(), true ), TimeToString( v->second.time ) ); - if( groupBy == FindZone::GroupBy::Callstack ) + if( groupBy == FindZone::GroupBy::Callstack && v->first != 0 ) { ImGui::SameLine(); SmallCallstackButton( "callstack", v->first, idx );