diff --git a/sources/editor/textfieldeditor.cpp b/sources/editor/textfieldeditor.cpp index abdfce123..903f62393 100644 --- a/sources/editor/textfieldeditor.cpp +++ b/sources/editor/textfieldeditor.cpp @@ -193,7 +193,6 @@ void TextFieldEditor::updateTagg() { QPropertyUndoCommand *undo = new QPropertyUndoCommand(part, "tagg", part->property("tagg"), var); undo->setText(tr("Modifier le tagg d'un champ texte")); - undo->enableAnimation(); undoStack().push(undo); } m_locked= false;