From a5bd07945b99d99e92431d3e967a9bfc841824e4 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Tue, 10 Mar 2015 11:48:55 -0400 Subject: [PATCH] Fixing fishy typo... --- src/QmlControls/ScreenTools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QmlControls/ScreenTools.h b/src/QmlControls/ScreenTools.h index c7d74ef36..39138d008 100644 --- a/src/QmlControls/ScreenTools.h +++ b/src/QmlControls/ScreenTools.h @@ -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 repaint events. QGC's main window will emit these signals when a \c Canvas element needs to be 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 import QGroundControl.ScreenTools 1.0 ... -- 2.22.0