diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 56c75b8b..cc6acde7 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -11826,6 +11826,7 @@ void View::DrawStatistics() { ImGui::PushItemFlag( ImGuiItemFlags_Disabled, true ); ImGui::PushStyleVar( ImGuiStyleVar_Alpha, ImGui::GetStyle().Alpha * 0.5f ); + m_statSelf = true; bool val = true; ImGui::Checkbox( ICON_FA_CLOCK " Self time", &val ); ImGui::PopItemFlag();