diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 923652b4..c70037df 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -6118,9 +6118,9 @@ void View::DrawZoneInfoWindow() bool expand = ImGui::TreeNode( "Time distribution" ); if( expand ) { - ImGui::SameLine(); if( ctx ) { + ImGui::SameLine(); SmallCheckbox( "Running time", &m_timeDist.runningTime ); } flat_hash_map> data;