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

Add message filtering.

This commit is contained in:
Bartosz Taudul
2019-07-13 01:48:43 +02:00
parent 4944efa51f
commit eceff55f5a
2 changed files with 45 additions and 32 deletions
+2
View File
@@ -267,6 +267,8 @@ private:
int m_frameHover = -1;
bool m_messagesScrollBottom;
size_t m_prevMessages = 0;
ImGuiTextFilter m_messageFilter;
bool m_messageFilterWasActive = false;
Region m_highlight;
Region m_highlightZoom;