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

Allow discarding active trace.

This commit is contained in:
Bartosz Taudul
2018-11-25 19:29:20 +01:00
parent fec0017bb6
commit 1235a5aa0a
2 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ private:
void DrawTextContrast( ImDrawList* draw, const ImVec2& pos, uint32_t color, const char* text );
bool DrawImpl();
void DrawConnection();
bool DrawConnection();
void DrawFrames();
bool DrawZoneFramesHeader();
bool DrawZoneFrames( const FrameData& frames );