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

Better way to handle auto scrolling.

This commit is contained in:
Bartosz Taudul
2019-08-10 22:06:51 +02:00
parent 6fca188603
commit 530f293c49
2 changed files with 2 additions and 18 deletions
-2
View File
@@ -267,9 +267,7 @@ private:
ZoneEvent* m_zoneHover = nullptr;
int m_frameHover = -1;
bool m_messagesScrollBottom;
size_t m_prevMessages = 0;
ImGuiTextFilter m_messageFilter;
bool m_messageFilterWasActive = false;
int m_visibleMessages = 0;
bool m_disconnectIssued = false;