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

Optional frame image display in messages list.

This commit is contained in:
Bartosz Taudul
2020-02-24 01:29:57 +01:00
parent d63a15a570
commit 2e3b13ced5
2 changed files with 37 additions and 0 deletions
+1
View File
@@ -305,6 +305,7 @@ private:
int m_frameHover = -1;
bool m_messagesScrollBottom;
ImGuiTextFilter m_messageFilter;
bool m_showMessageImages = false;
ImGuiTextFilter m_statisticsFilter;
int m_visibleMessages = 0;
bool m_disconnectIssued = false;