@@ -104,7 +104,7 void VisualizationGraphRenderingDelegate::onMouseMove(QMouseEvent *event) noexce | |||||
104 |
|
104 | |||
105 | // Displays point tracer |
|
105 | // Displays point tracer | |
106 | impl->m_PointTracer->setGraph(graph); |
|
106 | impl->m_PointTracer->setGraph(graph); | |
107 |
impl->m_PointTracer->setGraphKey( |
|
107 | impl->m_PointTracer->setGraphKey(graphDataIt->key); | |
108 | displayTracer(*impl->m_PointTracer); |
|
108 | displayTracer(*impl->m_PointTracer); | |
109 |
|
109 | |||
110 | // Displays text tracer |
|
110 | // Displays text tracer |
General Comments 0
You need to be logged in to leave comments.
Login now