mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
bugfix, XREF Update when Text Alignment used
Signed-off-by: stromie@web.de <stromie@web.de>
This commit is contained in:
committed by
Laurent Trinques
parent
0b196b6caf
commit
15c58e2362
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user