Update typo

This commit is contained in:
joshua
2021-01-28 19:14:26 +01:00
parent ec63d7a1cb
commit 20cd0366eb

View File

@@ -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);
} }