From 15c58e23629e10180ae79723d99c34e6b8351d20 Mon Sep 17 00:00:00 2001 From: "stromie@web.de" Date: Sat, 16 Nov 2019 06:14:08 +0100 Subject: [PATCH] bugfix, XREF Update when Text Alignment used Signed-off-by: stromie@web.de --- sources/ui/dynamicelementtextmodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/ui/dynamicelementtextmodel.cpp b/sources/ui/dynamicelementtextmodel.cpp index bb49c9fb1..22396290d 100644 --- a/sources/ui/dynamicelementtextmodel.cpp +++ b/sources/ui/dynamicelementtextmodel.cpp @@ -1214,6 +1214,7 @@ void DynamicElementTextModel::itemDataChanged(QStandardItem *qsi) //the first column is use only for display the title of the property, except for the name of texts group if((m_groups_list.values().contains(qsi) || qsi->column() == 1) && !m_block_dataChanged) emit dataChanged(); + if(deti) deti->updateXref(); } /**