mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Minor fix :
Combobox "information of element" don't display the real information set to the dynamic text field
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user