Browse Source

Latest HSI changes

QGC4.4
pixhawk 15 years ago
parent
commit
47065d29bb
  1. 6
      src/ui/HSIDisplay.cc

6
src/ui/HSIDisplay.cc

@ -241,13 +241,17 @@ void HSIDisplay::mouseDoubleClickEvent(QMouseEvent * event) @@ -241,13 +241,17 @@ void HSIDisplay::mouseDoubleClickEvent(QMouseEvent * event)
{
if (event->button() == Qt::RightButton)
{
startX = event->globalX();
}
else if (event->button() == Qt::LeftButton)
{
}
}
else if (event->MouseMove)
{
}
}
/**

Loading…
Cancel
Save