From 76b788c4fd1b7a58437fb54516476b820de378f2 Mon Sep 17 00:00:00 2001 From: blacksun Date: Mon, 27 Jul 2015 09:33:27 +0000 Subject: [PATCH] Text field editor bug fix : The tagg "label" was not applied to the text field git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4075 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/editor/textfieldeditor.cpp | 1 - 1 file changed, 1 deletion(-) 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;