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

make the histogram take into account filtered zones

This commit is contained in:
Kristoffer
2023-05-01 13:14:16 +02:00
parent 6c5029af78
commit 73c83906b6
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -458,6 +458,7 @@ private:
ImGuiTextFilter m_statisticsFilter;
ImGuiTextFilter m_statisticsImageFilter;
ImGuiTextFilter m_userTextFilter;
unordered_flat_set<Worker::ZoneThreadData*> m_filteredZones;
Region m_highlight;
Region m_highlightZoom;