minor : update the alignment of group when he is created from an element text pattern

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5233 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2018-02-07 21:34:45 +00:00
parent 8b4c3b68e3
commit 5445ae6b00

View File

@@ -116,6 +116,7 @@ void AddTextsGroupCommand::redo()
//from the group, and reparented to m_elemeny.
//Then the next time redo is called, the texts will be added to the group
m_deti_list = m_group.data()->texts();
m_group.data()->updateAlignment();
}
m_first_undo = false;
}