Commit 3908e1c7 authored by Don Gagne's avatar Don Gagne

Merge pull request #1178 from mavlink/local-3d-fix

Made Q3D emit updateWidget so that local view updates correctly.
parents c245ce3e d2478754
......@@ -354,6 +354,7 @@ void
Q3DWidget::redraw(void)
{
emit update();
emit updateWidget();
#if (QGC_EVENTLOOP_DEBUG)
qDebug() << "EVENTLOOP:" << __FILE__ << __LINE__;
#endif
......
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