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

@@ -824,7 +824,7 @@ void Conductor::handlerMouseMoveEvent(QetGraphicsHandlerItem *qghi, QGraphicsSce
//Position of the last point
QPointF p = m_moved_segment -> middle();
//Calcul the movement
//Calculate the movement
m_moved_segment -> moveX(pos_.x() - p.x());
m_moved_segment -> moveY(pos_.y() - p.y());