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

@@ -251,7 +251,7 @@ void CrossRefItem::updateLabel()
*/
void CrossRefItem::autoPos()
{
//We calcul the position according to the snapTo of the xrefproperties
//We calculate the position according to the snapTo of the xrefproperties
if (m_properties.snapTo() == XRefProperties::Bottom)
QGIUtility::centerToBottomDiagram(this,
m_element,
@@ -564,7 +564,7 @@ void CrossRefItem::setUpCrossBoundingRect(QPainter &painter)
*/
void CrossRefItem::drawAsCross(QPainter &painter)
{
//calcul the size of the cross
//calculate the size of the cross
setUpCrossBoundingRect(painter);
m_hovered_contacts_map.clear();