From 7b6ca4f79d5c39b69f10f06ad2123590f1f80206 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(); } /** -- 2.20.1