correct spelling mistake

This commit is contained in:
Edward Betts
2017-09-01 18:50:45 +01:00
parent a89d1337ef
commit ad38b0756c

View File

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