From ad38b0756cd00a9b1ec9c475984c9bef51bd8b46 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 18:50:45 +0100 Subject: [PATCH] correct spelling mistake --- cursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor.cpp b/cursor.cpp index da3bd61..b9ac71d 100644 --- a/cursor.cpp +++ b/cursor.cpp @@ -60,7 +60,7 @@ bool Cursor::mouseEvent(QEvent::Type type, QMouseEvent event) } } - // Update current cursor positon if we're dragging + // Update current cursor position if we're dragging } else if (type == QEvent::MouseMove) { if (dragging) { cursorPosition = fromPoint(event.pos());