mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
fix typo in fuction-name (looked like a mixture of French and English)
This commit is contained in:
@@ -120,7 +120,7 @@ void ElementPrimitiveDecorator::setItems(const QList<CustomElementPart *> &items
|
||||
if (focusItem() != this) {
|
||||
setFocus();
|
||||
}
|
||||
adjusteHandlerPos();
|
||||
adjustHandlerPos();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -356,7 +356,7 @@ void ElementPrimitiveDecorator::adjustEffectiveBoundingRect()
|
||||
prepareGeometryChange();
|
||||
effective_bounding_rect_ = modified_bounding_rect_ | effective_bounding_rect_;
|
||||
update();
|
||||
adjusteHandlerPos();
|
||||
adjustHandlerPos();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -492,9 +492,9 @@ QVector<QPointF> ElementPrimitiveDecorator::getResizingsPoints() const
|
||||
}
|
||||
|
||||
/**
|
||||
@brief ElementPrimitiveDecorator::adjusteHandlerPos
|
||||
@brief ElementPrimitiveDecorator::adjustHandlerPos
|
||||
*/
|
||||
void ElementPrimitiveDecorator::adjusteHandlerPos()
|
||||
void ElementPrimitiveDecorator::adjustHandlerPos()
|
||||
{
|
||||
QVector <QPointF> points_vector = mapToScene(getResizingsPoints());
|
||||
for (int i = 0 ; i < points_vector.size() ; ++i)
|
||||
|
||||
Reference in New Issue
Block a user