Commit cfb1d1b4 authored by Don Gagne's avatar Don Gagne

Bad reference

parent f1f5c2be
...@@ -9,9 +9,11 @@ import QGroundControl.ScreenTools 1.0 ...@@ -9,9 +9,11 @@ import QGroundControl.ScreenTools 1.0
/// are switched. In order to fix this we ahve a signal hacked into ScreenTools to force /// are switched. In order to fix this we ahve a signal hacked into ScreenTools to force
/// a repaint. /// a repaint.
Canvas { Canvas {
id: _root
Connections { Connections {
target: ScreenTools target: ScreenTools
onRepaintRequested: arrowCanvas.requestPaint() onRepaintRequested: _root.requestPaint()
} }
} }
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