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

Ability to completely hide plots.

This commit is contained in:
Bartosz Taudul
2017-10-22 13:17:34 +02:00
parent 133db4c68e
commit ba5312f429
2 changed files with 20 additions and 7 deletions
+2 -1
View File
@@ -99,7 +99,8 @@ private:
uint64_t name;
double min;
double max;
bool enabled;
bool showFull;
bool visible;
Vector<PlotItem*> data;
Vector<PlotItem*> postpone;
uint64_t postponeTime;