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

DrawContents reports if anything was drawn.

This commit is contained in:
Bartosz Taudul
2022-09-03 21:41:38 +02:00
parent eaa78de534
commit 0e94ed8fc6
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class TimelineItemPlot final : public TimelineItem
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 DrawContents( double pxns, int& offset, const ImVec2& wpos, bool hover, float yMin, float yMax ) override;
bool IsEmpty() const override;
protected: