##// END OF EJS Templates
Fixes tooltip imprecision
Alexandre Leroux -
r494:933865558c87
parent child
Show More
@@ -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(mouseKey);
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