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

@@ -146,7 +146,7 @@ void MoveGraphicsItemCommand::move(const QPointF &movement)
conductor->pos() + movement);
}
//Recalcul the path of other conductors
//Recalculate the path of other conductors
for (const auto &conductor : qAsConst(m_content.m_conductors_to_update)) {
setupAnimation(conductor, "animPath", 1, 1);
}