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

Preserve frame graph position and scale.

This commit is contained in:
Bartosz Taudul
2019-08-28 19:52:36 +02:00
parent 17d4a82ca5
commit 28a20e631e
4 changed files with 22 additions and 19 deletions
+2
View File
@@ -12,6 +12,8 @@ struct ViewData
int64_t zvEnd = 0;
int32_t zvHeight = 0;
int32_t zvScroll = 0;
int32_t frameScale = 0;
int32_t frameStart = 0;
};
}