bugfix, XREF Update when Text Alignment used

Signed-off-by: stromie@web.de <stromie@web.de>
This commit is contained in:
stromie@web.de
2019-11-16 06:14:08 +01:00
committed by Laurent Trinques
parent 0b196b6caf
commit 15c58e2362

View File

@@ -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();
}
/**