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

Provide small font height in TimelineContext.

This commit is contained in:
Bartosz Taudul
2023-03-25 17:25:10 +01:00
parent c0136dbdcc
commit dcf27f4989
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace tracy
struct TimelineContext
{
float w, ty, scale;
float w, ty, sty, scale;
float yMin, yMax;
double pxns, nspx;
int64_t vStart, vEnd;