Minor fix :

Combobox "information of element" don't display the real information set
to the dynamic text field
This commit is contained in:
joshua
2021-02-15 18:53:22 +01:00
parent 108513ef97
commit 30858f9a4d

View File

@@ -103,8 +103,8 @@ bool DynamicTextFieldEditor::setParts(QList <CustomElementPart *> parts) {
m_parts.append(static_cast<PartDynamicTextField*>(parts[i]));
setUpConnections();
updateForm();
fillInfoComboBox();
updateForm();
return true;
}
return(false);