1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix mass visibility changing.

This commit is contained in:
Bartosz Taudul
2022-09-03 22:08:08 +02:00
parent d65bde99a2
commit 3ee928a7d1
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ public:
virtual bool IsEmpty() const { return false; }
void VisibilityCheckbox();
void SetVisible( bool visible ) { m_visible = visible; }
protected:
virtual uint32_t HeaderColor() const = 0;