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:
parent
9a459dc365
commit
9386fa587c
@ -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)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user