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-06-02 16:40:19 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-06-02 16:40:19 +0300
commit79215ea73ef5ce16b3e1232a4eadc613c16a81e9 (patch)
tree94743594a6a5b25e528b45a5709da8827ba0774b /server/TracyView.hpp
parent794d155fde82ca4e4f24e43eebb5ad9ebfb0f0b4 (diff)
Implement linked selection in compare menu.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index f0dc03e1..57e371c7 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -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;