1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-17 16:20:48 +01:00

Rather do not hover on the secondary graphs

This commit is contained in:
Martin Tůma 2021-01-18 00:36:52 +01:00
parent 9a459dc365
commit 9386fa587c

View File

@ -373,9 +373,6 @@ void PathItem::addGraph(GraphItem *graph)
if (graph) {
connect(this, SIGNAL(selected(bool)), graph, SLOT(hover(bool)));
connect(graph, SIGNAL(selected(bool)), this, SLOT(hover(bool)));
if (graph->secondaryGraph())
connect(graph->secondaryGraph(), SIGNAL(selected(bool)), this,
SLOT(hover(bool)));
}
}