Fix Bug Fill the combo box "element information" was not called

a typo it happens :)
See commit
216374d27c
This commit is contained in:
Simon De Backer
2020-08-23 17:47:53 +02:00
parent 347de4bcd3
commit 9dad8a5d01

View File

@@ -39,8 +39,8 @@ DynamicTextFieldEditor::DynamicTextFieldEditor(
ui -> m_elmt_info_cb -> setDisabled(true);
if(text_field) {
setPart(text_field);
fillInfoComboBox();
}
fillInfoComboBox();
}
DynamicTextFieldEditor::~DynamicTextFieldEditor() {