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

Implement check for empty plot.

This commit is contained in:
Bartosz Taudul
2022-09-03 19:18:01 +02:00
parent 450fbf5ea0
commit e19a3a8767
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ public:
TimelineItemPlot( View& view, Worker& worker, PlotData* plot );
void DrawContents( double pxns, int& offset, const ImVec2& wpos, bool hover, float yMin, float yMax ) override;
bool IsEmpty() const override;
protected:
uint32_t HeaderColor() const override { return 0xFF44DDDD; }