[qet] [4075] Text field editor bug fix : The tagg "label" was not applied to the text field |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4075
Author: blacksun
Date: 2015-07-27 11:33:27 +0200 (Mon, 27 Jul 2015)
Log Message:
-----------
Text field editor bug fix : The tagg "label" was not applied to the text field
Modified Paths:
--------------
trunk/sources/editor/textfieldeditor.cpp
Modified: trunk/sources/editor/textfieldeditor.cpp
===================================================================
--- trunk/sources/editor/textfieldeditor.cpp 2015-07-27 09:20:38 UTC (rev 4074)
+++ trunk/sources/editor/textfieldeditor.cpp 2015-07-27 09:33:27 UTC (rev 4075)
@@ -193,7 +193,6 @@
{
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;