From d4620b41572fd591fe9454164354c09be5d37b17 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 9 Oct 2019 22:33:02 +0200 Subject: [PATCH] Fix UI. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;