mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +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]));
|
m_parts.append(static_cast<PartDynamicTextField*>(parts[i]));
|
||||||
|
|
||||||
setUpConnections();
|
setUpConnections();
|
||||||
updateForm();
|
|
||||||
fillInfoComboBox();
|
fillInfoComboBox();
|
||||||
|
updateForm();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return(false);
|
return(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user