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

Add "ignore case" toggle to find zone menu.

This commit is contained in:
Bartosz Taudul
2018-12-18 16:38:55 +01:00
parent a740074da6
commit 7fc03736f2
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -287,6 +287,7 @@ private:
};
bool show = false;
bool ignoreCase = false;
std::vector<int32_t> match;
std::map<uint64_t, Group> groups;
size_t processed;