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

Implement linked selection in compare menu.

This commit is contained in:
Bartosz Taudul
2019-06-02 15:40:19 +02:00
parent 794d155fde
commit 79215ea73e
2 changed files with 47 additions and 0 deletions
+1
View File
@@ -424,6 +424,7 @@ private:
struct {
bool show = false;
bool ignoreCase = false;
bool link = true;
std::unique_ptr<Worker> second;
std::thread loadThread;
int badVer = 0;