mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Update typo
This commit is contained in:
@@ -149,7 +149,7 @@ void EllipseEditor::updateRect()
|
|||||||
if (rect != part->property("rect"))
|
if (rect != part->property("rect"))
|
||||||
{
|
{
|
||||||
auto undo= new QPropertyUndoCommand(ellipse, "rect", ellipse->property("rect"), rect);
|
auto undo= new QPropertyUndoCommand(ellipse, "rect", ellipse->property("rect"), rect);
|
||||||
undo->setText("Modifier un arc");
|
undo->setText("Modifier une ellipse");
|
||||||
undo->enableAnimation();
|
undo->enableAnimation();
|
||||||
elementScene()->undoStack().push(undo);
|
elementScene()->undoStack().push(undo);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user