Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-06-22 15:24:39 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-06-22 15:24:39 +0300
commite33690c5f38e9670588d8d3ad0f76dd50bafe378 (patch)
tree2d02cbfc221f146b95286b5854a78c15fe6c6b5f /server/TracyView.hpp
parent53fe688bffd53d489618a89d4503ee318d8b6062 (diff)
Allow switching whitespace visibility in source code view.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index 3cf2f5bc..ae57a973 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -310,6 +310,7 @@ private:
std::unique_ptr<TextEditor> m_textEditor;
const char* m_textEditorFile;
ImFont* m_textEditorFont;
+ bool m_textEditorWhitespace = true;
float m_rootWidth, m_rootHeight;
SetTitleCallback m_stcb;