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

allow filtering zones in Zone finder based on the user text

This commit is contained in:
Kristoffer
2023-04-28 14:49:00 +02:00
parent b83cb3f2ce
commit ef68f3139f
2 changed files with 37 additions and 0 deletions
+1
View File
@@ -457,6 +457,7 @@ private:
ImGuiTextFilter m_statisticsFilter;
ImGuiTextFilter m_statisticsImageFilter;
ImGuiTextFilter m_userTextFilter;
Region m_highlight;
Region m_highlightZoom;