mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +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);
|
||||
if(text_field) {
|
||||
setPart(text_field);
|
||||
fillInfoComboBox();
|
||||
}
|
||||
fillInfoComboBox();
|
||||
}
|
||||
|
||||
DynamicTextFieldEditor::~DynamicTextFieldEditor() {
|
||||
|
||||
Reference in New Issue
Block a user