Commit a5bd0794 authored by dogmaphobic's avatar dogmaphobic

Fixing fishy typo...

parent 7e4458df
...@@ -85,7 +85,7 @@ public: ...@@ -85,7 +85,7 @@ public:
There is a bug as of Qt 5.4 where a Canvas element defined within a QQuickWidget does not receive There is a bug as of Qt 5.4 where a Canvas element defined within a QQuickWidget does not receive
repaint events. QGC's main window will emit these signals when a \c Canvas element needs to be repaint events. QGC's main window will emit these signals when a \c Canvas element needs to be
repainted. repainted.
If you use a \c Canvas element inside some QML widget, you can use this cod to handle repaint: If you use a \c Canvas element inside some QML widget, you can use this code to handle repaint:
@code @code
import QGroundControl.ScreenTools 1.0 import QGroundControl.ScreenTools 1.0
... ...
......
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