From 1d4117f515a1007e8de14982bac7203ee86b7207 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 22 Jun 2019 14:55:01 +0200 Subject: [PATCH] Fix typo. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index d44a476b..3ee9b169 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -8864,7 +8864,7 @@ void View::DrawTextEditor() TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), "/!\\" ); #endif TextFocused( "File:", m_textEditorFile ); - if( SmallCheckbox( "Show whitespace", &m_textEditorWhitespace ) ); + if( SmallCheckbox( "Show whitespace", &m_textEditorWhitespace ) ) { m_textEditor->SetShowWhitespaces( m_textEditorWhitespace ); }