mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-06 16:27:14 +01:00
correct spelling mistake
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user