This commit is contained in:
Martin Marmsoler
2020-10-11 15:43:51 +02:00
parent b69dea1747
commit f6bef3a365
4 changed files with 49 additions and 21 deletions

View File

@@ -186,6 +186,10 @@ QUndoCommand *DynamicElementTextItemEditor::associatedUndo() const
return nullptr;
}
/*!
* \brief DynamicElementTextItemEditor::dataEdited
* Apply changes to the text item. It is called when dataChanged() signal is called
*/
void DynamicElementTextItemEditor::dataEdited()
{
if (m_live_edit)