diff --git a/profiler/src/profiler/TracyView_Samples.cpp b/profiler/src/profiler/TracyView_Samples.cpp index 84916f7a..9440df00 100644 --- a/profiler/src/profiler/TracyView_Samples.cpp +++ b/profiler/src/profiler/TracyView_Samples.cpp @@ -240,7 +240,7 @@ void View::DrawSamplesStatistics( Vector& data, int64_t timeRange, uint if( v.count > 0 && v.symAddr != 0 ) { ImGui::PushID( v.symAddr ); - expand = ImGui::TreeNodeEx( "", v.count == 0 ? ImGuiTreeNodeFlags_Leaf : 0 ); + expand = ImGui::TreeNode( "" ); ImGui::PopID(); ImGui::SameLine(); }