mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow switching whitespace visibility in source code view.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user