[qet] qet/qet: [5233] minor : update the alignment of group when he is created from an element text pattern |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5233
Author: blacksun
Date: 2018-02-07 22:34:45 +0100 (Wed, 07 Feb 2018)
Log Message:
-----------
minor : update the alignment of group when he is created from an element text pattern
Modified Paths:
--------------
trunk/sources/undocommand/addelementtextcommand.cpp
Modified: trunk/sources/undocommand/addelementtextcommand.cpp
===================================================================
--- trunk/sources/undocommand/addelementtextcommand.cpp 2018-02-07 14:23:29 UTC (rev 5232)
+++ trunk/sources/undocommand/addelementtextcommand.cpp 2018-02-07 21:34:45 UTC (rev 5233)
@@ -116,6 +116,7 @@
//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;
}