Commit 63643b5c authored by Bryant Mairs's avatar Bryant Mairs

QMouseEvent methods were renamed.

parent 3acd1ab7
...@@ -723,7 +723,7 @@ void HSIDisplay::mouseDoubleClickEvent(QMouseEvent * event) ...@@ -723,7 +723,7 @@ void HSIDisplay::mouseDoubleClickEvent(QMouseEvent * event)
{ {
if (event->type() == QMouseEvent::MouseButtonDblClick) if (event->type() == QMouseEvent::MouseButtonDblClick)
{ {
QPointF p = screenToMetricBody(event->posF()); QPointF p = screenToMetricBody(event->localPos());
if (!directSending) if (!directSending)
{ {
setBodySetpointCoordinateXY(p.x(), p.y()); setBodySetpointCoordinateXY(p.x(), p.y());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment