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

Auto-scroll message list to bottom.

This commit is contained in:
Bartosz Taudul
2019-07-13 01:25:37 +02:00
parent bcecd6e3a6
commit 387674a40a
2 changed files with 22 additions and 1 deletions
+2
View File
@@ -265,6 +265,8 @@ private:
uint32_t m_lockInfoWindow = InvalidId;
ZoneEvent* m_zoneHover = nullptr;
int m_frameHover = -1;
bool m_messagesScrollBottom;
size_t m_prevMessages = 0;
Region m_highlight;
Region m_highlightZoom;