mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Fix typo
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5742 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user