mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Fix Bug Fill the combo box "element information" was not called
a typo it happens :)
See commit
216374d27c
This commit is contained in:
@@ -39,8 +39,8 @@ DynamicTextFieldEditor::DynamicTextFieldEditor(
|
|||||||
ui -> m_elmt_info_cb -> setDisabled(true);
|
ui -> m_elmt_info_cb -> setDisabled(true);
|
||||||
if(text_field) {
|
if(text_field) {
|
||||||
setPart(text_field);
|
setPart(text_field);
|
||||||
fillInfoComboBox();
|
|
||||||
}
|
}
|
||||||
|
fillInfoComboBox();
|
||||||
}
|
}
|
||||||
|
|
||||||
DynamicTextFieldEditor::~DynamicTextFieldEditor() {
|
DynamicTextFieldEditor::~DynamicTextFieldEditor() {
|
||||||
|
|||||||
Reference in New Issue
Block a user