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());