From 1650d371e613b7884f60b53b2cd24548b5ca83fe Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 7 Aug 2020 19:43:31 +0200 Subject: [PATCH] Actually set self time option, if required. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) 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();