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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user