git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5742 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2019-02-20 23:45:17 +00:00
parent 9509da6142
commit 09d373bc21

View File

@@ -253,7 +253,7 @@ QUndoCommand *IndiTextPropertiesWidget::associatedUndo() const
//In mode not live edit, only one text can be edited
else if (m_text_list.isEmpty())
{
QUndoCommand *undo = new QUndoCommand(tr("Modifier les propriétées d'un texte"));
QUndoCommand *undo = new QUndoCommand(tr("Modifier les propriétés d'un texte"));
if(ui->m_x_sb->value() != m_text->pos().x()) {
new QPropertyUndoCommand(m_text.data(), "x", QVariant(m_text->pos().x()), QVariant(ui->m_x_sb->value()), undo);
}