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:48:43 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-07-13 02:48:43 +0300
commiteceff55f5af1e02aa4ecda9614e174c276eee467 (patch)
treea0eb904e5a7d02857abc223e136d88c134d94382 /server/TracyView.hpp
parent4944efa51f56775b2b30c51a0de5b5a9a5be98a1 (diff)
Add message filtering.
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 530f943d..376647f4 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -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;