mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
Ground/PFD: Removing a debug output I forgot
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1522 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
b607200fa6
commit
cd93574511
@ -905,7 +905,6 @@ void PFDGadgetWidget::moveNeedles()
|
|||||||
headingDiff += 2*threshold;
|
headingDiff += 2*threshold;
|
||||||
headingTarget += 2*threshold;
|
headingTarget += 2*threshold;
|
||||||
}
|
}
|
||||||
qDebug() << headingDiff << " " << headingValue;
|
|
||||||
QPointF opd = QPointF(-headingDiff*2.65,0);
|
QPointF opd = QPointF(-headingDiff*2.65,0);
|
||||||
m_compassband->setTransform(QTransform::fromTranslate(opd.x(),opd.y()), true);
|
m_compassband->setTransform(QTransform::fromTranslate(opd.x(),opd.y()), true);
|
||||||
headingValue += headingDiff;
|
headingValue += headingDiff;
|
||||||
|
Loading…
Reference in New Issue
Block a user