Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-07-13 02:25:37 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-07-13 02:25:37 +0300
commit387674a40a35e1506b29e071b88dceb1f15707cc (patch)
tree319b3a1c221661e2de6edaba0b8f2d4ae7ae175f /server/TracyView.hpp
parentbcecd6e3a6ed273836400d5d9c151095d0f399c2 (diff)
Auto-scroll message list to bottom.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index bacc372c..530f943d 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -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;