fixed English comments

This commit is contained in:
plc-user
2025-02-12 14:02:30 +01:00
parent 0b80d1b5b9
commit 516eb9eb45
6 changed files with 8 additions and 8 deletions

View File

@@ -129,7 +129,7 @@ void QetGraphicsItem::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
QPointF expected_pos = event->scenePos() + m_mouse_to_origin_movement;
setPos(expected_pos); // setPos() will snap the expected position to the grid
//we calcul the real movement apply by setPos()
//we calculate the real movement applied by setPos()
QPointF effective_movement = pos() - old_pos;
if (diagram()) {
//we signal the real movement apply to diagram,