mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 08:40:53 +01:00
fix typo in fuction-name (looked like a mixture of French and English)
This commit is contained in:
@@ -207,7 +207,7 @@ QVariant PartArc::itemChange(QGraphicsItem::GraphicsItemChange change, const QVa
|
||||
{
|
||||
if (change == ItemPositionHasChanged)
|
||||
{
|
||||
adjusteHandlerPos();
|
||||
adjustHandlerPos();
|
||||
}
|
||||
else if (change == ItemSceneChange)
|
||||
{
|
||||
@@ -293,9 +293,9 @@ void PartArc::switchResizeMode()
|
||||
}
|
||||
|
||||
/**
|
||||
@brief PartArc::adjusteHandlerPos
|
||||
@brief PartArc::adjustHandlerPos
|
||||
*/
|
||||
void PartArc::adjusteHandlerPos()
|
||||
void PartArc::adjustHandlerPos()
|
||||
{
|
||||
if (m_handler_vector.isEmpty())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user