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

Preserve timeline vertical scroll position.

This commit is contained in:
Bartosz Taudul
2019-08-28 19:49:27 +02:00
parent abde0c252d
commit 17d4a82ca5
4 changed files with 11 additions and 8 deletions
-3
View File
@@ -250,9 +250,6 @@ private:
ViewData m_vd;
int m_zvHeight = 0;
int m_zvScroll = 0;
const ZoneEvent* m_zoneInfoWindow = nullptr;
const ZoneEvent* m_zoneHighlight;
DecayValue<int16_t> m_zoneSrcLocHighlight = 0;