From 5445ae6b00ce33abe56b12dee410508f833cd531 Mon Sep 17 00:00:00 2001 From: blacksun Date: Wed, 7 Feb 2018 21:34:45 +0000 Subject: [PATCH] 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 --- sources/undocommand/addelementtextcommand.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/undocommand/addelementtextcommand.cpp b/sources/undocommand/addelementtextcommand.cpp index a5e84b973..80c8070c6 100644 --- a/sources/undocommand/addelementtextcommand.cpp +++ b/sources/undocommand/addelementtextcommand.cpp @@ -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; }